adds documentation

This commit is contained in:
2019-06-22 15:46:57 +02:00
parent a77fce417c
commit 99404543b3
2 changed files with 51 additions and 7 deletions

View File

@@ -9,5 +9,9 @@ mod server;
fn main() {
env_logger::init();
dotenv::dotenv().ok();
// TODO: Build a cli app with complete support of DbApi
// Server is started with 'serve' subcommand
// $ lootalot serve
// Start the server.
server::serve();
}