user-authentication-fastapi
Authentication API
Development
Setup environment
You should create a virtual environment and activate it:
virtualenv venv
source venv/bin/activate
And then install the development dependencies:
pip3 install -r requirements.dev.txt
Run:
uvicorn main:app --reload
Name
user-authentication-fastapi
Description
This project is a user authentication api which is built on a Fastapi a python-framework and Mysql.
Test
The Unit Testing of the api's is still incomplete.But it's working completely fine.