A simple To-Do List application built using Node.js, Express.js, EJS, and PostgreSQL. It supports basic CRUD operations to help manage daily tasks.
- Add tasks
- View tasks
- Edit tasks
- Delete tasks
- Mark tasks as completed
- Node.js
- Express.js
- EJS
- PostgreSQL
- HTML
- CSS
git clone https://github.com/enterayush/To-Do-List.git
cd To-Do-List
npm install
node index.jsMake sure PostgreSQL is installed and update the database credentials before running the project.
Ayush Awasthi