- create api that handle requests:
- [ ] /users/:username - user information endpoint
- [ ] /users/:username/notes/:note_id - notes by username endpoint
- [ ] API should support access token with scope that allow post notes by user but read user information only
- [ ] order DO vps and pre install it for tests
- [ ] perform GET/PUT/POST/DELETE/SEARCH requests to /users/:user_id/notes/:note_id
- [ ] use metrics to store CPU/MEM/IO pressure to compare.
- [ ] create repository
Test description:
copy paste prototype for checkmarks
Compare:
scopereplaced by role that allow post notes for user byitself and read only for other users notesscopereplaced by role that allow post notes for user byitself and read only for other users notes