A todo web application.
- Frontend: React.js
- Backend: Node.js, Express.js
- Database: Postgresql
To run the application locally, follow these steps:
- Clone this repository to your local machine:
git clone https://github.com/KumaarBalbir/todo-postgres.git - Navigate to the project directory:
cd todo-postgres - Install dependencies for both the frontend and backend: for server side
cd serverand thennpm installand for frontend sidecd clientand thennpm install - Start backend server:
nodemon index.js - Start frontend development server in separate terminal
npm start(make sure you are in client directory) - Open your web browser and visit
http://localhost:3000to access the todo application.
