Simple FastAPI for Subscriptions
- Create a
custom.py
and fill it asapp/settings/base.py
- Run image:
docker run -v $(pwd)/custom.py:/app/settings/custom.py -p 80:80 ghcr.io/itsamirhn/subapi
- Checkout
/users
for users id and then/{id}
per user.
8000