Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

API Endpoints🌍 :-

🌐 URL

✅ Server check ==> app/

Authentication 👨🏼‍💻:-

✅ Login ==> /user/login

✅ Signup ==> /user/signup

CURD Operations :-

✅ GET ==> /note/

✅ POST ==> /note/create

✅ PATCH ==> /note/edit/id

✅ DELETE ==> /note/delete/id

Quries :-

✅ Sort ==> ?sort=title&order=asc/desc

✅ Search 🔍==> ?title=yourtitle

✅ Filter ==> ?category=Important/Local

Happy Coding 😊!!

  • Saurav Chavan 😊