git clone https://github.com/pankaj046/ktor-starter
This repository contains a demo project showcasing the use of Ktor, a Kotlin framework for building asynchronous servers. The demo illustrates how to handle various HTTP methods (GET, POST, PUT, DELETE), implement JWT token authentication, and manage user authentication. This project serves as a practical example for developers looking to understand the basics of setting up a Ktor server and implementing essential features for a web application.