Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 496 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 496 Bytes

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