Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 520 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 520 Bytes

ktor-restapi

Connected postgres database (2 dbs: animals, users) using ktorm framework. Implemented /animals end point and handled get, post, put, delete http requests (used Postman). Implemented /register endpoint : post request : encrypted password via bCrypt library. Implemented /login endpoint : post request : added validation, decrypted password via bCrypt library. Implemented /me protected endpoint: get request: utilized JWT.

Reference: https://youtube.com/playlist?list=PLFmuMD2V4CkyR0Pa42Cqu5mIhH17uG8nN