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
- Host: GitHub
- URL: https://github.com/vick-ram/ktor_custom_di
- Owner: vick-ram
- Created: 2024-05-29T05:49:48.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-21T19:33:24.000Z (10 months ago)
- Last Synced: 2025-05-20T19:36:42.349Z (5 months ago)
- Topics: exposed, exposed-orm, ktor, ktor-framework, ktor-server, postgresql
- Language: Kotlin
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```