Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 803 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 803 Bytes

To-Do List Project

This is a simple To-Do List application built with the PERN stack (PostgreSQL, Express, React, Node.js).

Steps to Visit the Website

Follow these steps to view the website locally:

1. Navigate to the server directory

Open your terminal and run the following command:

cd ./server
node index.js

2. Navigate to the client directory

Open new terminal and run the following command:

cd ./client
npm install
npm run start

3. Visit the website

Once both the client and server are running, open your browser and visit the frontend

You should be able to view the To-Do List application with all the features displayed, as shown in the image below: image