Skip to content

ManishaBose/TO-DO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TO-DO WEB APP

Description

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

Setup

  1. Clone the repository:
git clone https://github.com/ManishaBose/TO-DO.git
  1. Install the dependencies:
npm install
  1. 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"
  1. Run the application:
node index.js

Usage

Visit http://localhost:3000 in your browser to start using the app.

About

A To-Do web application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors