Skip to content

Another version of ToDoList with data stored on Online DataBase instead of hardcoded

Notifications You must be signed in to change notification settings

saivivek321/DayToDayList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DayToDayList

It is a website simillar to ToDoList but the items are stored in online database (Atlas) and will be same for everyone accessing this link

Steps to Run the server Locally

  1. For running the server on your PC you need to install Nodejs
  2. Clone the repository into your PC
  3. Start with npm init in your terminal
  4. Install the neccessary packages with commands.
    npm install express
    npm install body-parser
    npm install mongoose
  5. Install mongoDB on your PC
  6. Replace connection of Database with mongodb://localhost:27017/<DataBase-Name> in index.js file
  7. Type node index.js in your terminal to start your website

About

Another version of ToDoList with data stored on Online DataBase instead of hardcoded

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages