/happy

Bring happiness to the world. Make a better world.

Primary LanguageTypeScriptMIT LicenseMIT

Happy - Bring happiness to the world. Make a better world.

Happy

Bring happiness to the world. Make a better world.

Repository Size Last Commit License

💻 The Project

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.

🚀 Technologies

The project was developed using the following technologies:

🔌 Installation and Execution

Clone this repository:

$ git clone https://github.com/andre-silva-14/happy.git

Running the API Server:

$ cd happy/server
$ yarn install
$ yarn dev

Running the Web Server:

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

📝 License

This project is under the MIT license. See LICENSE for more details.