Skip to content

Super simple wrapper to start your FastAPI on a daemon on linux machines.

License

Notifications You must be signed in to change notification settings

uriafranko/FastAPI-Daemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple FastAPI daemon

Dead Simple wrapper to start your FastAPI on a daemon (UNIX).

Usage:

python3 handler.py start/stop/restart

Edit variables

host =  "0.0.0.0"
port =  8080
fastAPI_app =  "app:app"  # Command to start fastAPI server
#FastAPI boilerplate is "main:app".

About

Super simple wrapper to start your FastAPI on a daemon on linux machines.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages