/teslo-nest

Primary LanguageTypeScript

Nest Logo

Teslo API

  1. Clone the project
  2. Run the command:
yarn install
  1. Clone the file .env.template and rename it to .env
  2. Change the environment variables
  3. Run the database
docker-compose up -d
  1. Run the command:
yarn start:dev
  1. Execute the SEED
http://localhost:3000/api/seed
  1. All the API's documentation will be available at the endpoint
http://localhost:3000/api

Production notes:

  1. The api was deployed on Heroku: https://teslo-nest-do.herokuapp.com/

  2. The websocket client was deployed on Netlify: https://we-nest-do.netlify.app/