Skip to content

fabriziobonavita/python-rest-template

Repository files navigation

Template for python rest services

This repository is serving as a template to base python rest webservices on

The scope of this service example covers:

  • Fastapi uvicorn service
  • SqlAlchemy setup
  • Nox sessions for tests, linting, type checking, formatting and docs
  • Dependency management with poetry

Setup

Setup and run simply by

git clone [email protected]:fabriziobonavita/python-rest-template.git
poetry install
.venv/bin/uvicorn src.project_name.main:app --reload

Run all available nox sessions

nox

List all available nox sessions

nox --list

TODOS

  • Fix warnings
  • Setup alembic properly
  • Make example endpoint proper and semantically correct crud example

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages