Skip to content

filematyi/fastapi_backend_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastapi_backend_template

Example backend application written in FastAPI framawork

Setup

Prerequisities

  • pyenv
  • poetry

Installation

  • create virtualenv (supported python^3.12.0)
  • make install

Details

Linting

The application is using ruff as a static code checker, ruf seetings are in pyproject.toml

Controller

nox package is for linting, testing. https://nox.thea.codes/en/stable/

Usage
  • poetry shell

  • nox --sessions [lint, fixlint, test]

About

Example backend application written in FastAPI framawork

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published