Skip to content

Latest commit

 

History

History
58 lines (42 loc) · 2.75 KB

README.md

File metadata and controls

58 lines (42 loc) · 2.75 KB

CookHelper
[🚧Work in Progress🚧]

WebSockets Http Kotlin Ktor Koin Profile

CookHelper is a cross-platform application that will allow you to cook a delicious dish from an existing recipe book or create your own to share it with the whole world! An endless recipe feed will keep you entertained, chat on the forum for cooking tips, and decorate your page with colorful posts to get a ton of likes! In this repository you can find server part of our project.

Other parts of project

Tech stack

  • Kotlin based.

  • Ktor that used to create the server.

  • Koin for dependency injection.

  • Exposed is an ORM Framework that helps to use the database.

  • Coroutines for asynchronous work.

  • Flow to emit values from data layer reactively.

  • Architecture

    • Repository Pattern
    • MVC

Find this repository useful? ❤️

Support it by joining stargazers for this repository. ⭐
And follow me!

License

Designed and developed by 2022 Tannec

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.