A to-do web application that lets you view, add, delete and update your to-do list. Technologies used: EJS, CSS, Node.js, Express.js, PostgreSQL
- Clone the repository:
git clone https://github.com/ManishaBose/TO-DO.git- Install the dependencies:
npm install- Create a .env file in the rool of the project and add the following lines:
PORT="3000"
DATABASE_URL="postgresql://world_owner:F2qMPnUWwg6i@ep-cold-snow-a173a5g0.ap-southeast-1.aws.neon.tech/permalist?sslmode=require"- Run the application:
node index.jsVisit http://localhost:3000 in your browser to start using the app.