You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+37-8Lines changed: 37 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -152,14 +152,43 @@ You can use the same APIs to build user interfaces for both Android and iOS.
152
152
-->
153
153
154
154
## Backend 🌐
155
-
[This project](https://github.com/aydenGill/shop-admin-panel) involves building a robust admin panel for managing an e-commerce platform.
156
-
It utilizes **Laravel** for the backend structure and **Livewire** for dynamic frontend interactions.
157
-
The panel comes with a comprehensive **API**, ensuring scalability and flexibility.
158
-
159
-
### Features
160
-
-**Admin Dashboard:** Manage products, categories, orders, and customers seamlessly.
161
-
-**Laravel & Livewire:** Leverage the power of Laravel's backend with Livewire for reactive UI.
162
-
-**Full API:** Enables external integrations and interactions with the shopping platform.
155
+
156
+
This project features two powerful backend implementations: a **Kotlin-based backend using Ktor** for modern connected applications, and a **Laravel + Livewire** backend for managing an admin panel.
The Kotlin backend is built with **Ktor**, a modern framework for creating asynchronous web applications and services. It leverages **Kotlin Coroutines** for non-blocking execution and includes a set of carefully selected libraries to ensure security, scalability, and maintainability.
163
+
164
+
#### Tech Stack
165
+
166
+
-**Ktor** – Framework to build asynchronous connected applications using Kotlin Coroutines.
167
+
-**Exposed** – Lightweight SQL library with a typesafe DSL and DAO support for PostgreSQL.
0 commit comments