massimiliano76 / group-chat

Group Chat service for ESSE.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Group Chat

WIP Discuss

Database prepare

$ export DATABASE_URL=postgres://postgres@localhost/my_database
$ cargo install sqlx-cli --no-default-features --features postgres
$ sqlx database create
$ sqlx migrate run

more details about sqlx

Running

$ cargo run

About

Group Chat service for ESSE.

License:Apache License 2.0


Languages

Language:Rust 100.0%