Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.11 KB

README.md

File metadata and controls

43 lines (27 loc) · 1.11 KB

Chatty Backend

Author LICENSE Stars

A simple chat app

Description

Chatty is a simple chat app written in Java + Typescript + React.

Deploy

  1. Download Chatty.jar from releases

  2. Create a config.yml at the same directory with Chatty.jar

  3. Open and edit the config.yml

sqlServer: "localhost"
sqlUserName: "root"
sqlPassword: "123456"
serverPort: 7000
salt: "abcde" # Change it to a better salt on your own
  1. Launch the backend server
java -jar Chatty.jar
  1. Meanwhile, you should see the frontend deployment instructions and launch Chatty frontend app. Then, you can start using Chatty.

LICENSE

MIT