An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# ShawtyChat
![image](https://github.com/larkes-cyber/ShawtyChat/assets/79082708/fba550e7-39b6-4a29-adb0-3e4dcb54a386)

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