About | Technologies | Tools | Installation | License
Happy is a platform to link children care institutions with people interested in help. This project was implemented during the Next Level Week #3 of Rocketseat.
The following software must be installed:
$ git clone https://github.com/gabrielmaialva33/happy.git
- 📦 API
$ cd server
# Dependencies install.
$ yarn # or npm install
# Data base creation.
$ yarn typeorm migration:run # or npm run knex:migrate:run
# API start
$ yarn start # or npm start
- 💻 Web app
$ cd web
# Dependencies install.
$ yarn # or npm install
# Running web app
$ yarn start # or npm start
- 📱 Mobile app
$ cd mobile
# Dependencies install.
$ yarn # or npm install
# Running mobile app
$ yarn start # or npm start
This project is under the MIT license. MIT ❤️
Liked? Leave a little star to help the project ⭐