This is the backend for CougarConnect, a mobile app that helps build vibrant communities at the University of Houston.
- Install Rust
- Run
cargo run to start the server on port 8080
- After the first run
cargo-watch should be installed, and you can use cargo-watch -x 'run' instead of cargo run