Skip to content

Using Postgres, Express, React , Node to build a Todo App

Notifications You must be signed in to change notification settings

suckitfa/pern-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

PERN stack Todo App.

  • PERN: Postgres, Express, React, Node.js

Using these stack to build a Todo App. Plus: in this project, Bootstrap4 is inclued.

App Architecture Diagram

PERN Todo App Arch Diagram

Server Routes

Methods URLS Actions
GET /todos get all todos
GET /todos/:id get a todo by id
POST /todos create a todo
PUT /todos/:id update a todo,
DELETE /todos/:id delete a todo

Client Page

  • React
  • Bootstrap
  • Fetch-request lib

user page

Course Link-Thanks for the FreeCodeCamp

About

Using Postgres, Express, React , Node to build a Todo App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published