A full stack web application designed for users to create their own lists for productivity. Users can create list items,view their list and delete list items.
| Action | Method | Path |
|---|---|---|
| Sign-Up | POST | /sign-up |
| Sign-In | POST | /sign-in |
| Change-Password | PATCH | /change-password |
| Sign-Out | DELETE | /delete |
| Routes | Method | Path |
|---|---|---|
| Create | POST | /lists |
| Index User | GET | /lists/user |
| Delete | DELETE | /lists/:id |
- Javascript
- Express
- Mongoose