-
docker build -t granton-test-assignment .
-
docker run -p 8001:8000 granton-test-assignment
Install project dependencies
make install
Run the FastAPI application
make run
Run tests using pytest
make test
docker build -t granton-test-assignment .
docker run -p 8001:8000 granton-test-assignment
Install project dependencies
make install
Run the FastAPI application
make run
Run tests using pytest
make test