Skip to content

bailabs/fastapi_clean_architecture

Repository files navigation

api_auth

Overview

The Authentication API of My Company. Powered by FastAPI and SQL Alchemy.

How to Install

Run alembic migration to setup database

alembic upgrade head

Install required dependencies

python3 -m pip install requirements/fastapi_clean_pkg-0.1.0-py3-none-any.whl

Run server through uvicorn

uvicorn main:app --reload and wait for it to complete making the database users.db

Endpoints

visit http://localhost:8000/docs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published