Dj-Viking / Dj-Viking/angularjs-todo-app
Create backend REST API for this todo app
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
* allow a user to signup/login
* CRUD operations
- `router.get` for the home page and login/signup page
* once logged in, make the route for getting the page by ID to load that user's settings
- `router.post` for saving the users todos to their account (into the database)
- `router.put` for updating the selected todo to their account (into the database)
- `router.delete` for deleting the selected todo from their account (and from database)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.