This is Diamond District , a project built for Google * MLB hackathon
Setup:
- Setup the virtual environment:
python3 -m venv venv
- Activate it
source venv/bin/activate
- Install the requirements
pip3 install -r requirements.txt
- Set up your .env with API_KEY
API_KEY="Insert your API KEY here"
- Start the server with the following command:
uvicorn app:app --port 5000 --reload
- Check the swagger at the url : 127.0.0.1:5000/docs