upowdb is an educational tool for learning to work with relational databases. This is the backend API that stores teacher accounts and course data.
Use the package manager cargo and git to install the upowdb backend. You also need to have development version of the sqlite, libpq and libgcc libraries installed.
git clone https://git.scc.kit.edu/pse-lernplattform-datenbanken/backend.git upowdb-backend
cd upowdb-backend
cargo install> upowdb-backend --help
upowdb-backend 0.2.0
Jan Christian Grünhage <jan.christian@gruenhage.xyz>:David Lamm <david-lamm@web.de>
USAGE:
upowdb-backend [FLAGS] [OPTIONS]
FLAGS:
-h, --help Prints help information
-v, --verbose Be verbose (you can add this up to 4 times for more logs)
-V, --version Prints version information
OPTIONS:
-c, --config <config> Set config file pathPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.