About | Project Structure | Technologies | How to run | License
Happy is a web and mobile app designed to help connect people to orphanages. This application offers people the possibility to register new orphanages so that they can be visited. With that, people can help those most in need.
This project was developed with the educational purpose all orphanages elaborated in this example are fictitious.
This application made was during the Next Level Week #3, project made by Rocketseat.
Structure Mobile
Structure Web
- Clone the repository:
$ git clone https://github.com/engineercivil/Happy.git- Running the Application:
# API
$ cd server
# Installing the project dependencies.
$ yarn # ou npm install
# Setting up the database and creating the tables.
$ yarn knex:migrate # ou npm run knex:migrate
# Start the API
$ yarn dev
# Web application
$ cd web
# Installing the project dependencies.
$ yarn or npm install
# Launch the web application
$ yarn start or npm start
# Mobile application
$ cd mobile
# Installing the project dependencies.
$ yarn # or npm install
# Launch the mobile application
$ yarn start or npm start
# if you are using expo on your smartphone
# put the ip of your device for this, go to the folder services> api.ts
# put your ip in baseURL. BaseURL example: 'http://192.168.1.15:3333',
# If you are using an Android emulator on your local computer
# Android Studio example use the adb reverse tcp: 3333 tcp: 3333 command,
# So you can access with baseURL: 'http://localhost:3333',This project is under the MIT license. See the archive LICENSE for more details.
Project developed with the tutorship of Diego Fernandes, by Rocketseat.
Try application: https://42happy.tk






