Code for the project developed in the classes given by Waldemar Neto - Dev Lab, where an api is developed to calculate the best surfing condition among several beaches.
The image below shows the final result of the application on the web server.
- Node.js
- Typescript
- Jest
- MongoDb
- Clone the repository and browse to it
git clone https://github.com/Torr7s/beach-forecast-api.git
cd beach-forecast-api
- Install the dependencies
cd api/
yarn
cd server/
yarn
-
Into api/, set the environment variables in the .env and config/ file
-
Run the following command to launch the client
cd api/
yarn start
- Run the following commands to launch the web server
cd server/
yarn start