- PERN: Postgres, Express, React, Node.js
Using these stack to build a Todo App. Plus: in this project, Bootstrap4 is inclued.
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 |
- React
- Bootstrap
- Fetch-request lib