- FastAPI
- Bearer Authentication
- SQLite database
- Alembic migrations
- ApiRouter
change JWT_SECRET_KEY in .env file with your own secret key
$ pip install -r requirements.txt
$ alembic upgrade head
$ fastapi run app/main.py --host localhost --port 8080Testuser is:
{
"username": "testuser",
"password": "test"
}