Skip to content

arquillos/FastAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI

Simple API in python using the FastAPI framework with component tests

Installation

  • Create a virtual environment
  • Activate the venv
  • Install the requirements

Usage:

  • Create an ".env" file from ".env.example"

  • Fill in the vars with the proper values (examples are given

  • Launch the rest server:

    $ uvicorn mediaapi.main:app

Tests:

$ python -m pytest

OpenAPI specification

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages