Bring happiness to the world. Make a better world.
This initiative was started by Rocketseat and inspired by Children's Day! Happy connects orphanages and children's institutions to the world. Each human being has the power to change the world by bringing happiness to the life of our children.
The project was developed using the following technologies:
Clone this repository:
$ git clone https://github.com/andre-silva-14/happy.git
$ cd happy/server
$ yarn install
$ yarn dev
This project uses Mapbox services, to get an API Token register here.
Create a .env
file in the root directory of web
project containing the following information:
# Your Public API Token from Mapbox
REACT_APP_MAPBOX_TOKEN=
# The URL where the API Server is running. If you didn't make changes, keep the one bellow.
REACT_APP_API_URL=http://localhost:3333/
Once your Environment Variables are set, you are ready to run the app:
$ cd happy/web
$ yarn install
$ yarn start
This project is under the MIT license. See LICENSE for more details.