- Create Account, Sign In
- JWT Authentication
- Upload Files
- Email Verification
Clone The Repository and:
- First, Install
requirements.txt
pip install -r requirements.txt- Then, Create
.envfile and enter this code:
EMAIL = 'Y-email'
PASS = 'Y-Password'
SECRET = 'Y-Secret Key'- Run Your Server
uvicorn main:app --reload- Go to
http://127.0.0.1:8000/docs
Free Software, Enjoy it❤️