🌐 URL
✅ Server check ==> app/
✅ Login ==> /user/login
✅ Signup ==> /user/signup
✅ GET ==> /note/
✅ POST ==> /note/create
✅ PATCH ==> /note/edit/id
✅ DELETE ==> /note/delete/id
✅ Sort ==> ?sort=title&order=asc/desc
✅ Search 🔍==> ?title=yourtitle
✅ Filter ==> ?category=Important/Local
Happy Coding 😊!!
- Saurav Chavan 😊