Fast API, Python, MySQL
Please use following commands to run the project
git clone git@github.com: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 http://localhost:8000/docs url
Best wishes!!