An open API service indexing awesome lists of open source software.

https://github.com/vick-ram/ktor_custom_di

Self dependency with Ktor
https://github.com/vick-ram/ktor_custom_di

exposed exposed-orm ktor ktor-framework ktor-server postgresql

Last synced: 3 months ago
JSON representation

Self dependency with Ktor

Awesome Lists containing this project

README

          

# Ktor Custom DI Project

## Description
This project demonstrates custom dependency injection with Ktor and custom CRUD methods. The goal is to provide a robust and scalable solution for managing dependencies and database operations in a Ktor application.

## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Custom Dependency Injection](#custom-dependency-injection)
- [Custom CRUD Methods](#custom-crud-methods)
- [License](#license)

## Installation
To install the necessary dependencies, run:
```bash
./gradlew build
```

## Usage
To start the application, use:
```bash
./gradlew run
```