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.
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
The following ports are used in the project
Port Number | Description |
---|---|
8000 | Server |
3000 | Client |
5432 | PostgreSQL |