- Clone the project
- Run the command:
yarn install
- Clone the file
.env.template
and rename it to.env
- Change the environment variables
- Run the database
docker-compose up -d
- Run the command:
yarn start:dev
- Execute the SEED
http://localhost:3000/api/seed
- All the API's documentation will be available at the endpoint
http://localhost:3000/api
-
The api was deployed on Heroku: https://teslo-nest-do.herokuapp.com/
-
The websocket client was deployed on Netlify: https://we-nest-do.netlify.app/