Skip to content

Mohamed-Rafat-Safan/Backend-Project-By-Ktor-NotesApp-with-Authentication

Repository files navigation

Project-NotesApp-with-Authentication-By-Ktor

This project notes with Authentication of user bt ktor framwork.

This project contain on more endpoint for notes (CRUD Operations):

  • get("/notes")
  • get("/notes/{id}")
  • post("/addNote")
  • put("/updateNote/{id}")
  • delete("/deleteNote/{id}")

It also contains the authentication for the user:

  • post("/register")
  • post("/login")
  • get("/me")

get("/me") : in it path the token to verify and get data of user.

Response on Postman for project:

End point of Notes: