Skip to content

csestelo/fastapi_sandbox

Repository files navigation

Project's Setup:

  1. Install Poetry: https://python-poetry.org/docs/#installation
  2. Run: poetry install
  3. Run App with: make run_app_on_docker: docker-compose to make available app + dependencies.
  4. Swagger with documentation of all endpoints will be available at http://<APP_HOST>:<APP_PORT>>/docs. Defaults to: http://127.0.0.1:5000/docs

Commands:

For running type checking, linter, and tests check Makefile commands.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published