This is an app developed on Next Level Week 3 (event created by Rocketseat π). In this application people register orphanages, with the information from the same... and the best thing is that the orphanages have their position on a map, in which the user can navigate, and by clicking on it, the user has access to the information of the orphanage. I made my own modifications to this application. This application was developed to celebrate children's day, thinking of those who live in orphanages and are happy with a simple visit.
To build this app, we use:
WEB π LAYOUT WEB
MOBILE π LAYOUT MOBILE
You'll need Node.js and Yarn installed on your computer in order to build this app.
This is the back-end of the Happy app, to use all the functionalities, you will need to clone the front-end Happy. In the front-end you will have access to the application pages. Happy-API is running on
http://localhost:3333
And the front-end is running on
http://localhost:3000
git clone https://github.com/gabriellopes00/Happy-API.git
cd back-end
yarn install
yarn dev