Skip to content

PREETHAM2002/DiamondDistrict

Repository files navigation

This is Diamond District , a project built for Google * MLB hackathon

Setup:

  1. Setup the virtual environment:

python3 -m venv venv

  1. Activate it

source venv/bin/activate

  1. Install the requirements

pip3 install -r requirements.txt

  1. Set up your .env with API_KEY

API_KEY="Insert your API KEY here"

  1. Start the server with the following command:

uvicorn app:app --port 5000 --reload

  1. Check the swagger at the url : 127.0.0.1:5000/docs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages