Skip to content

Arin13-03/ToDo_List_WebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDo_List_WebApp

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:

Images

Dashboard Window

Let's look at the requirements and simple steps to use it.

Requirements:

  1. VS Code in your local machine.
  2. PostgreSQL installed (preferably pgAdmin).
  3. node should be installed.

Steps To use:

  1. Clone it to your local machine.
  2. Open CLI and change the directory where you have stored the project.
  3. In CLI type:
npm i

(as I have already put all the required dependencies).

  1. Open pgAdmin and create a new database of any name you like.
  2. Copy the code from query.sql and paste it into your query tool in pgAdmin.

(Do check you are in your database root directory).

  1. Type:
npm i nodemon

(for faster server restart on save).

  1. At last start your server through:
nodemon index.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published