Simple CRUD APIs are added in this repo, I will continue to add things that are needed for API development. Initial focus is to have basic ktor API setup with supported high level design elements and architectural support.
Essential components to kick start ktor server side development. Below are the components included in this repo:
- OAuth - JWT
- Role based authentication
- Database
- Postgres support
- H2 Support
- MongoDB support - In-progress
- MySQL support - In-progress
- Dynamo DB support - In-progress
- Redis support - In-progress
OpenAPI documentation helps to improve the developer experience and increate the adoption of an API. This repository includes OpenAPI specificaition(formerly known as Swagger), you can acccess the swagger UI and OpenAPI endpoints here: