Skip to content

👦🏡👧 Happy is a project to register orphanages made with React.js, Node.js and React Native using Typescript during the 3rd edition of Next Level Week given by Rocketseat. It's intended to be a way of bringing happiness and smiles to children of all ages. 👦🏡👧

Notifications You must be signed in to change notification settings

antoniovictormt/happy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Happy

Web Preview   |    Mobile Preview   |    Technologies   |    Project   |    How to Run

Antonio Victor Melo Trindade

Happy

🎥 Web Preview

Happy web preview

🎥 Mobile Preview

Happy mobile preview

📚 Technologies

This project was made using the follow technologies:

💻 Project

👦🏡👧 Happy is a project to register orphanages made with React.js, Node.js and React Native using Typescript during the 3rd edition of Next Level Week given by Rocketseat. It's intended to be a way of bringing happiness and smiles to children of all ages. 👦🏡👧

📗 How to run

Clone Repository

$ git clone /~https://github.com/antoniovictormt/happy.git

Run Web Project

💻 Entre na pasta web/ e execute os seguintes comandos:

com npm
# Instalar dependências
$ npm install
# Iniciar servidor de desenvolvimento
$ npm start
com yarn
# Instalar dependências
$ yarn
# Iniciar servidor de desenvolvimento
$ yarn start
> ⚠️ Go to http://localhost:3000/ to see the result.

Run Server Project

🌐 Entre na pasta server/ e execute os seguintes comandos:

com npm
# Instalar dependências
$ npm install
# Criar banco de dados
$ npm typeorm migration:run
# Iniciar servidor
$ npm dev
com yarn
# Instalar dependências
$ yarn
# Criar banco de dados
$ yarn typeorm migration:run
# Iniciar servidor de desenvolvimento
$ yarn dev
> ⚠️ Go to http://localhost:3333/ to see the result. > ⚠️ O Banco de Dados fica salvo em [`server/src/database/database.sqlite`](server/src/database/database.sqlite)

Run Mobile Project

📱 Entre na pasta mobile/ e execute os seguintes comandos:

com npm
# Instalar dependências
$ npm install
# Iniciar servidor de desenvolvimento
$ npm start
com yarn
# Instalar dependências
$ yarn
# Iniciar servidor de desenvolvimento
$ yarn start
> ⚠️ Go to http://localhost:19002/ to see the result. > ⚠️ No arquivo **api.ts** dentro da pasta [`mobile/src/services/`](mobile/src/services/) é necessário colocar o seu IP local na variável baseURL, mantendo a porta 3333 do servidor.

About

👦🏡👧 Happy is a project to register orphanages made with React.js, Node.js and React Native using Typescript during the 3rd edition of Next Level Week given by Rocketseat. It's intended to be a way of bringing happiness and smiles to children of all ages. 👦🏡👧

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages