Home

Awesome

fastapi-login

Build status Code coverage

My users route for logging in and out of a FastAPI app.

Development

If not done, yet, install Poetry.

  1. Create virtual environment:

    python3 -m venv venv
    

    or if on Windows and not using the Windows Store installer:

    python -m venv venv
    
  2. Activate the environment

    . venv/Scripts/activate
    

    or on Windows cmd:

    venv\Scripts\acivate.bat
    

    or PowerShell:

    venv\Scripts\Acivate.ps1
    
  3. Install development dependencies

    poetry install --no-root
    

License

This project is licensed under the terms of the MIT license.