Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 239 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 239 Bytes

RateMuProfs-backend

Backend for the rate my professor website

Usage

  1. Install The Dependencies

    pip install -r requirements.txt
  2. Run the backend script

    uvicorn main:app --host 127.0.0.1 --port 8000