following
- Clone this repository
- Install the requirements using pip install -r requirements.txt
- Go the the root directory
- Run the server using uvicorn src.api.app.main:app --reload
- Go the the root directory
- Run the tests with unittest using python -m unittest discover -s src/api/tests -p "test_*.py"