/gpt-app

Primary LanguagePython

Setup and Run


Run with Docker


  1. docker build -t granton-test-assignment .
  2. docker run -p 8001:8000 granton-test-assignment

Run with Make


Install project dependencies

make install

Run the FastAPI application

make run

Run tests using pytest

make test