Skip to content

nsanka/python-rest-api

Repository files navigation

Building a REST API with Python

  • start: poetry new python-rest-api
  • update: pyproject.toml
  • install: poetry install
  • env: poetry env info
  • fastapi: create app.py file and sample static html files for the app
  • uvicorn: add runserver.py file
  • run: poetry run python runserver.py
  • install: poetry run pre-commit install
  • pre-commit: add pre-commit-config.yaml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors