Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 224 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 224 Bytes

NestJs REST API tutorial for FreeCodeCamp

Run the API in development mode

yarn // install
yarn db:dev:restart // start postgres in docker and push migrations
yarn start:dev // start api in dev mode