| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This API allows users to subscribe to notification emails, if any vaccine slot is empty within their pincode.
CURRENT_HOST=<Your Deployment Link> PORT=<PORT> POSTGRES_USER=postgres POSTGRES_PASSWORD=postgres POSTGRES_DB=postgres POSTGRES_HOST=postgres SECRET=<Secret> SENDGRID_API_KEY=<Your Key>
This can't be deployed on Heroku since Cowin public API doesn't allow requests from anywhere outside India (at least from my experience) and Heroku doesn't allow us to choose Indian region.
Deploy on AWS / Digital Ocean / GCP / Any other cloud service
It is currently deployed on AWS
/api/auth/register
/api/auth/login
Make sure email is confirmed before logging in
/api/auth/user
Allowed Methods: GET PATCH
GET
PATCH
api/auth/unsub
api/auth/reset_password
api/notifyall
This endpoint was created for testing purposes and doesn't work in production
/t/<token>
/u/<token>
/f/<token>
| Back | FazBrowse Home | New Git URL |