This is an API currently in building phases for getting read-only information about players and their heroes from overwatch.
- Clone the repository
- Create a new virtual environment
- Install the requirements with
pip install -r requirements.txt
- Start the server
python api
- Navigate into the client directory
npm install
npm run dev
- Server should be running at
localhost:3000
To read more about the API refer to the docs here.