This application was made using the follow technologies:
# Clone repository
$ git clone https://github.com/IgorSAssis/Happy # Go to server folder
$ cd Happy/backend
# Install dependencies
$ yarn install
# Run application
$ yarn devAccess API at http://localhost:3333/.
# Go to server folder
$ cd Happy/web
# Install dependencies
$ yarn install
# Run application
$ yarn startGo to http://localhost:3000/ to see the application.
# Go to server folder
$ cd Happy/mobile
# Install dependencies
$ yarn installDownload the expo on your mobile, connect your phone to the computer with a USB cable and run the following command:
# Run application
$ yarn startScan the QR code that will appear on the screen with the expo and wait a few minutes until the packaging process is complete.
Make sure your server is running.
This project is under the MIT license