This website is built on HTML5, CSS3, Bootstrap 5, Javascript, Node.js, Express.js, EJS, Mongodb.
To run is website:
-
First install mongodb 4.0.2 version.
-
Open the terminal and type 'mongod'.
-
Open a new terminal and cd over to the todolist folder.
-
Type 'npm install' to install all the relevant libraries.
-
Type the command 'nodemon app.js'.
-
Open this link in your chrome browser 'http://localhost:4000/'.
You can make as many lists as you want just by typing 'http://localhost:4000/(listname)'.