An online journal where users can pen down their thoughts and feelings.
https://damafeez.github.io/MyDiary/UI/
- /index.html
- /home.html
- /settings.html
api-mydiary.herokuapp.com/api/v1
HTTP VERB | ENDPOINT | FUCTIONALITY |
---|---|---|
GET | api/v1/entries | Get all diary entries |
GET | api/v1/entries/:id | Get specific diary entry |
POST | api/v1/entries | Create a new diary entry |
PUT | api/v1/entries/:id | Modify an existing diary entry |
POST | api/v1/auth/signup | User signup |
Afeez Awoyemi @damafeez