https://github.com/nameisjayant/ktor-notepad-api
This is a simple Rest Api for todo application , where users do signup, login and add their respective todos. So this api is fully based on Ktor framework. #Main Features 1). Authorization 2). Authentication token 3). Sign up and login feature 4). User can create , update , delete their account 5). User can also add todos , where he/she can update , delete todos
https://github.com/nameisjayant/ktor-notepad-api
api-rest ktor ktor-server postman
Last synced: 9 months ago
JSON representation
This is a simple Rest Api for todo application , where users do signup, login and add their respective todos. So this api is fully based on Ktor framework. #Main Features 1). Authorization 2). Authentication token 3). Sign up and login feature 4). User can create , update , delete their account 5). User can also add todos , where he/she can update , delete todos
- Host: GitHub
- URL: https://github.com/nameisjayant/ktor-notepad-api
- Owner: nameisjayant
- Created: 2021-07-06T08:14:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-06T08:14:29.000Z (over 4 years ago)
- Last Synced: 2025-01-19T19:58:19.731Z (about 1 year ago)
- Topics: api-rest, ktor, ktor-server, postman
- Language: Kotlin
- Homepage:
- Size: 60.5 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ktor-Todo-Api
This is a simple Rest Api for todo application , where users do signup, login and add their respective todos. So this api is fully based on Ktor framework.
#Main Features
1). Authorization
2). Authentication token
3). Sign up and login feature
4). User can create , update , delete their account
5). User can also add todos , where he/she can update , delete todos