Skip to content

maxleimkuehler/fastapi-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fast API Template

Build Status

Branch: master
Build

Development Setup

Set up a virtual environment and install requirements:

python3 -m venv env
source env/bin/activate
make init

Api Documentation

Open http://localhost:8080/docs in your browser.

Docker

Create a .docker.env file for the docker and insert necessary environment variables.

API_KEY=12345
# Make sure .docker.env is present
make build

# Run docker
make run

# Stop docker
make stop

# Romove Dokcer
make remove

# Run as deamon
make run.d
make logs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published