Setup 1. Install the required dependencies $ npm install 2. Create .env file 3. Start the application # development $ npm run start # watch mode $ npm run start:dev # production mode $ npm run start:prod Docker for development # start the application $ npm run docker:up # stop the application $ npm run docker:down