A progressive Node.js framework for building efficient and scalable server-side applications.
$ npm installDATABASE_URL="postgresql://postgres:123@localhost:5434/nest?schema=public"
JWT_SECRET="super-secret"# Start the docker container and database
$ npm run db:dev:restart
# Start the Development Server
$ npm run start:dev