weirane / se-interface-lab

Software engineering lab 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

interface lab

Three API interfaces built with actix-web and diesel.

Deploy

Install Rust:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
export PATH="$HOME/.cargo/bin:$PATH"

Setup database:

sqlite3 users.db < ./schema.sql

Then run:

cargo run --release

About

Software engineering lab 3


Languages

Language:Rust 100.0%