This ToDo_List_WebApp project is a Website where users can store their ToDo's. You can create, edit and delete your ToDo's.
- Write your task and click on + button to create.
- Click on pencil button to edit your existing task.
- Click the checkbox to instantly delete your task.
Have a look at the Images:
Let's look at the requirements and simple steps to use it.
- VS Code in your local machine.
- PostgreSQL installed (preferably pgAdmin).
- node should be installed.
- Clone it to your local machine.
- Open CLI and change the directory where you have stored the project.
- In CLI type:
npm i
(as I have already put all the required dependencies).
- Open pgAdmin and create a new database of any name you like.
- Copy the code from query.sql and paste it into your query tool in pgAdmin.
(Do check you are in your database root directory).
- Type:
npm i nodemon
(for faster server restart on save).
- At last start your server through:
nodemon index.js