Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 487 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 487 Bytes

Cougar-Conenct-Backend

This is the backend for CougarConnect, a mobile app that helps build vibrant communities at the University of Houston.

Development Setup

  1. Install Rust
  2. Run cargo run to start the server on port 8080
  3. After the first run cargo-watch should be installed, and you can use cargo-watch -x 'run' instead of cargo run