You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
EN605.607.81.SP22_ASDM_Project/back_end
Stephen Seo 59b2bc34fb back-end: Do refactorings 1 year ago
..
src back-end: Do refactorings 1 year ago
.gitignore backend: Use enum to handle multiple db requests 1 year ago
COPYING Add Licenses for frontend and backend (GPL3) 1 year ago
Cargo.lock back_end refactorings 1 year ago
Cargo.toml back_end refactorings 1 year ago
README.md Update README.md for backend and frontend 1 year ago
notes.md Add note for debugging the backend 1 year ago

README.md

How to run

Just invoke cargo run --release to start the server locally. It expects to have sqlite already installed on your system. Note that the server listens on port 1237.

Other Notes

See choose-a-license for details about the software license used.