From 276dc6df69a7d8d7cf03e3747ada7b49426c870d Mon Sep 17 00:00:00 2001
From: Raheem <67774375+raheemadamboev@users.noreply.github.com>
Date: Sun, 7 Nov 2021 00:29:47 +0500
Subject: [PATCH] Create README.md
---
README.md | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
create mode 100644 README.md
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..74a5f47
--- /dev/null
+++ b/README.md
@@ -0,0 +1,26 @@
+# push-notification-ktor-one-signal
+Jetpack Compose android app that you can send push notification among devices using KTOR and One Signal
+
+**Random Footballer**
+
+Demo app
+
+**Caution!** You have to launch the Notification REST API in your local machine to use demo app.
+
+Basic android app built by Jetpack Compose and sends notification data to KTOR backend that I build Notification REST API. Every button click it send notification data to KTOR server and server sends data to One Signal and One Signal sends push notification to users so android app gets push notification.
+
+**Screenshots:**
+
+
+
+**Tech stack:**
+
+- Clean Architecture
+- MVVM
+- Dependency Injection (Hilt)
+- Jetpack Compose
+- Kotlin Coroutines
+- Git
+- KTOR Client
+- One Signal
+- Kotlin Serialization