Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.69 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.69 KB

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