https://github.com/larkes-cyber/shawtychat
simple chat foundation
https://github.com/larkes-cyber/shawtychat
android api chat jetpack-compose ktor-server mongodb websocket
Last synced: about 1 month ago
JSON representation
simple chat foundation
- Host: GitHub
- URL: https://github.com/larkes-cyber/shawtychat
- Owner: larkes-cyber
- Created: 2023-05-12T15:49:15.000Z (about 3 years ago)
- Default Branch: android
- Last Pushed: 2023-06-04T16:52:36.000Z (about 3 years ago)
- Last Synced: 2025-01-06T08:33:10.697Z (over 1 year ago)
- Topics: android, api, chat, jetpack-compose, ktor-server, mongodb, websocket
- Language: Kotlin
- Homepage:
- Size: 205 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ShawtyChat

Simple foundation for chat(base for future SniChat). Written by using ktor(backend), Mongo db(database) and Jetpack compose.
Steps to launch:
1. Clone backend branch
2. In application.conf set the port on which you would like to start the server
3. Download Mongo db and launch
4. Launch server
5. Then clone android branch and launch an app
6. Done