/fast-api

Primary LanguagePythonMIT LicenseMIT

FastAPI demo

A demo Web API that "CRUD"s book data to/from a .json file. Storing data in a text file is not advised, this is just for the demo purposes.

Steps

  1. Run the appropriate _setup_venv.* file, for your system.
  2. Run docker compose up at the root of the repo.
  3. Open the URL that the fast-api container responds to.
    • Browse to /docs to browse the OpenAPI Specification UI.
    • Browse to /redoc to browse an alternative documentation.