Environment variables Create a .env file and provide your mongo database URL, for example: MONGODB_URL=mongodb://localhost/todo Installation $ npm install Running the app # development $ npm run start # watch mode $ npm run start:dev Test $ npm run test