Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 607 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 607 Bytes

Algorithm-2

Team

Three person team consisting of:

  • Alex Holland
  • Bhavanvir Rai
  • Kevin George Mathew

Development Stack

Using Python with Fast API + Swagger UI

Installation

Clone the repository

$ https://github.com/SENG-499-Company-3/algorithm-2.git

Local setup using Docker

$ docker compose up
  • Finally, when you're done running the project run the following command to shut down the containers.
$ docker compose down