https://github.com/byteb8/todo-postgres
This is simple todo application which lets you add, edit and delete your todo in a responsive manner, built using react, express and postgresql.
https://github.com/byteb8/todo-postgres
express postgresql react
Last synced: about 2 months ago
JSON representation
This is simple todo application which lets you add, edit and delete your todo in a responsive manner, built using react, express and postgresql.
- Host: GitHub
- URL: https://github.com/byteb8/todo-postgres
- Owner: byteB8
- Created: 2024-04-11T14:54:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T15:01:17.000Z (about 2 years ago)
- Last Synced: 2025-08-16T19:38:39.461Z (10 months ago)
- Topics: express, postgresql, react
- Language: JavaScript
- Homepage:
- Size: 202 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
A todo web application.
## Technologies Used
- **Frontend**: React.js
- **Backend**: Node.js, Express.js
- **Database**: Postgresql
## Frontend Layout

## Getting Started
To run the application locally, follow these steps:
1. Clone this repository to your local machine: `git clone https://github.com/KumaarBalbir/todo-postgres.git`
2. Navigate to the project directory: `cd todo-postgres`
3. Install dependencies for both the frontend and backend: for server side `cd server` and then `npm install` and for frontend side `cd client` and then `npm install`
4. Start backend server: `nodemon index.js`
6. Start frontend development server in separate terminal `npm start` (make sure you are in client directory)
7. Open your web browser and visit `http://localhost:3000` to access the todo application.