It is a simple notes API that helps you to manage your notes.
This system has two types of users.
- user
- admin
What a user can do?
- A user can create, view, update, delete tags (only the tags created by themselves)
- A user can create, view, update, delete notes (only the notes created by themselves)
- Multiple tags can be assigned to a note
What a admin can do?
- An admin can perform all those operations which a normal user can perform.
- An admin can manage all the users.
- An admin can modify all the notes and tags