210-seat/README.md
2018-12-22 00:37:45 +08:00

347 B

210-seat

Usage

seats.py [mode] [parameters]

generate - generate a random seat
switch <no1> <no2> - switch seats of two students
run - apply requirements
export - export requirements to requirements.txt
print - print the current seat
debug - dry run

Dependencies

  • cli

    • pymongo
  • web

cd 210-seats/web
npm install