Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 565 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 565 Bytes

Todolist-website

This website is built on HTML5, CSS3, Bootstrap 5, Javascript, Node.js, Express.js, EJS, Mongodb.

How to run

To run is website:

  1. First install mongodb 4.0.2 version.

  2. Open the terminal and type 'mongod'.

  3. Open a new terminal and cd over to the todolist folder.

  4. Type 'npm install' to install all the relevant libraries.

  5. Type the command 'nodemon app.js'.

  6. Open this link in your chrome browser 'http://localhost:4000/'.

Pro Tip

You can make as many lists as you want just by typing 'http://localhost:4000/(listname)'.