Skip to content

lasanthamudalige/todo-list-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do list

A To-Do list program using Javscript, Node.js and MongoDB

Table of contents

General info

User can add new tasks and start it and then complete them in a progressive manner.

Technologies

Project is created with:

  • Javascript version: ES 6
  • Node version: 18
  • Express version: 4.18
  • MongoDB version: 6.0.4

Screenshots

  • Personal tasks image

  • Custom tasks (you can add new route to create a new task list) image

Setup

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

Usage

To run this project:

$ node app.js

License

This project is open source and available under the MIT License.

About

To-Do list program using Javscript and Node

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published