Chat app to talk in group or to strangers http://luptchat.in
Go to file
Piyush मिश्रः 69c408a824 Made some optional fields in Config file 2022-01-19 19:51:32 +05:30
src Made some optional fields in Config file 2022-01-19 19:51:32 +05:30
static image loading 2021-05-26 10:52:33 +05:30
.gitignore redirect 2021-05-14 16:03:33 +05:30
Cargo.lock Changed: 2022-01-19 18:37:52 +05:30
Cargo.toml Changed: 2022-01-19 18:37:52 +05:30
LICENSE Initial commit 2021-05-12 23:38:20 +05:30
Procfile heroku try again 2021-02-21 12:58:43 +05:30
README.md Updated README.md 2021-05-15 16:25:45 +05:30
app.json minor fixes 2021-05-13 15:28:40 +05:30
config.json.example Added config.json.example 2021-05-15 16:30:45 +05:30

README.md

1

Lupt Chat

Chat app to talk in group or to strangers

Running

Create a config.json file for configuring the server with all the required options like salt and tenor_api etc. An example config file config.json.example has been provided with all currently supported options, one can copy the example file as config.json and put appropriate values for the given options to get the config file ready for use.

lupt -a <interface address> -p <port> -s <static files dir> -c <config.json path>

Example:

lupt -a 0.0.0.0 -p 8080 -s ./static -c config.json

Building

Make sure the rust toolchain is installed. (If not, install using rustup.rs) Then, just use cargo to build the project binary

cargo build --release

This will produce the required project binary lupt in target/release/lupt

License

This project is under GPLv3