lupt

Crates.iolupt
lib.rslupt
version0.2.0
sourcesrc
created_at2021-05-26 16:47:46.427285
updated_at2021-05-26 16:47:46.427285
descriptionChat app for lupt(लुप्त) users!
homepagehttps://luptchat.in
repositoryhttps://github.com/PiyushXCoder/lupt
max_upload_size
id402350
size773,959
Piyush मिश्र: (PiyushXCoder)

documentation

README

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

Commit count: 112

cargo fmt