A TODO application API boilerplate/project starter source code with Node.JS.
NOTE: This project is not completed yet, Feel free to clone and contribute
Add the following environment variables in a new file .env in the project directory.
PORT=4321
DB_CONNECTION_STRING=mongodb+srv://test:P@ssw0rd@cluster0-j85bx.mongodb.net/todo_db?retryWrites=true&w=majority
-
- Clone the source code & navigate to source code directory
- Run
npm install - Run
npm run start
-
- Clone the source code & navigate to source code directory
- Run
npm install - Run
npm run dev
Enjoy