A To-Do list program using Javscript, Node.js and MongoDB
User can add new tasks and start it and then complete them in a progressive manner.
Project is created with:
- Javascript version: ES 6
- Node version: 18
- Express version: 4.18
- MongoDB version: 6.0.4
To clone and run this application, you'll need Git installed on your computer.
From your command line run:
# Clone this repository
$ git clone https://github.com/lasanthamudalige/todo-list-node.git
# Go into the repository
$ cd todo-list-node/
# To install all dependencies
$ npm install
You need install mogodb and replace 'mongoose.connect()' to ('mongodb://127.0.0.1:27017/todolistDB') to run lin local host
To run this project:
$ node app.js
This project is open source and available under the MIT License.