Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 544 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 544 Bytes

Nest Logo

Teslo API - Nest & Postgres

  1. Clone project

  2. Run to rebuild node_modules

npm install
  1. Clone file .env.template and rename to .env

  2. Fill in the environment variables defined in .env

  3. Start database

docker-compose up -d
  1. Run the application in developer mode
npm run start:dev
  1. Execute SEED
http://localhost:4000/api/seed