FastAPI-Users:
- GitHub https://github.com/fastapi-users/fastapi-users
- Docs https://fastapi-users.github.io/fastapi-users/latest/
FastAPI Base app:
Run with usage of env params:
./run
# or
python run_main.py
or
gunicorn main:main_app --workers 4 --worker-class uvicorn.workers.UvicornWorker --bind 0.0.0.0:8000