GitHunt
MO

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

This project notes with Authentication of user bt ktor framwork.

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:

Languages

Kotlin100.0%

Contributors

Created August 22, 2023
Updated August 23, 2023
Mohamed-Rafat-Safan/Backend-Project-By-Ktor-NotesApp-with-Authentication | GitHunt