Skip to content

nocpiun/chatty-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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