azjezz / actix-playground

just playing around with actix, ignore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

actix-playground

Just playing around with actix-web, and seeing what I can do with it.

Running the server

# Install diesel_cli with sqlite support
cargo install diesel_cli --no-default-features --features sqlite
# Install cargo-watch for auto-reloading
cargo install cargo-watch
# Setup the database
diesel setup
# Run the server
cargo watch -x run

About

just playing around with actix, ignore


Languages

Language:Rust 72.3%Language:HTML 27.7%