KtorNotesProject is the complete Kotlin-stack note taking ๐๏ธ application ๐ฑ built to demonstrate a use of Kotlin programming language in server-side and Modern Android development tools.

This project includes two subprojects:
๐น KtorNotesAPI
This is a REST API built using Ktor Framework
Navigate to /KtorNotesAPI directory to browse and know more about Noty API project.
๐น Android Application
This is an Android application which uses KtorNotesAPI. It has application UI implementation using traditional Android's Navigation Architecture
Navigate to /KtorNoteApp to browse and know more about Noty Android project.