Skip to content

byteB8/todo-postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

A todo web application.

Technologies Used

  • Frontend: React.js
  • Backend: Node.js, Express.js
  • Database: Postgresql

Frontend Layout

home

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
  5. Start frontend development server in separate terminal npm start (make sure you are in client directory)
  6. Open your web browser and visit http://localhost:3000 to access the todo application.

About

This is simple todo application which lets you add, edit and delete your todo in a responsive manner, built using react, express and postgresql.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors