📖 Happy is an online platform which assists people to visit children in orphanages and make their days more happy. This project was based on the NLW #3 event.
This project was made using the following technologies:
# Clone Repository
$ git clone git@github.com:marcoaminotto/happy.git
# Go to server folder
$ cd happy/server
# Install dependencies
$ yarn install
# Execute migrations
$ yarn typeorm migration:run
# Run the aplication
$ yarn dev
To check if it is working, click on http://localhost:3333/orphanages. If it returns a JSON []
then the server is working 🎉.
# Go to web folder
$ cd happy/web
# Install Dependencies
$ yarn install
# Run Aplication
$ yarn start
Go to http://localhost:3000/ to see the awesome website.
To run the mobile project you need a smartphone with the app of expo installed or a android/ios emulator on your computer.
# Go to mobile folder
$ cd happy/mobile
# Install Dependencies
$ yarn install
# Run Aplication
$ yarn start
Read the QRCode with the app of expo or run on your emulator.
Released in 2020 📕 License
This project is under the MIT license.
Give a ⭐️ if this project helped you!
</> by Marco Echevestre