Skip to content

This is a PERN stack implementation of a To-DO list application.

Notifications You must be signed in to change notification settings

hardaatbaath/ToDo_list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

to-do_list

This is a PERN stack implementation of a To-DO list application. You can add, update, view and delete the tasks that you want to put in the list. The README will be updated according to the updates in the project.

To run

Run the following commands in one terminal to start the server:

cd server && node index.js

Run the following commands in one terminal to start the client:

cd client && npm start

Ports Used

The following ports are used in the project

Port Number Description
8000 Server
3000 Client
5432 PostgreSQL

About

This is a PERN stack implementation of a To-DO list application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published