-
Make a TODO form
- Fields
- Task
- Priority (low-high)
- Due date(boolean)
- Due date
- Completed (default = false)
- Notes(description)
- Buttons
- Add
- Clear
- Delete
- Edit
- Save
- Cancel
- Fields
-
Server
- GET /todos
- Returns all todos
- POST /todos
- Creates a new todo
- PUT /todos/:id
- Updates a todo
- DELETE /todos/:id
- Deletes a todo
- GET /todos
-
Separate page to just view TODOs
- GET /todos
- Returns all todos
- PUT /todos/:id
- Updates a todo
- DELETE /todos/:id
- Deletes a todo
- GET /todos
TODO:
-
Learn how to use Postman to test API endpoints
-
Learn how to use ExpressJS to create a server
-
Learn how to use NodeJS to run a server
-
Learn how to use MongoDB to store data
-
Public folder