Fast API, Python, MySQL
Please use following commands to run the project
git clone [email protected]:aqifcse/basic-transaction.git
cd basic-transaction
virtualenv venv
source venv/bin/source/activate
pip install -r requirements.txt
uvicorn main:app --reload
check the Swagger API documentation in https://localhost:8000/docs url
Best wishes!!