Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 244 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 244 Bytes

csc648-03-fa23-team01-backend

To run this use docker_compose

  • docker-compose up --build
  • Allows you to turn on the fast api server
  • Use /populate To populate the server with test data.
  • To clear the database run
  • docker-compose down -v