CristinaFores / app-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CRUD BACK

Enpoints

User

⚡[POST]/register ➡️ user registration status: 201 🟢

⚡[POST]/login➡️ login of the logged in user status:200🟢

Notes

⚡[POST]/note ➡️ create new note status:201🟢

📝[PUT]/note/:id➡️ modify note status:201🟢

📍[GET]/notes ➡️list of user note status:200🟢

About


Languages

Language:TypeScript 91.8%Language:Shell 4.8%Language:JavaScript 3.4%