A webapp for creating, saving, and publishing decks for Hearthstone. Share your public decks with others simply by copying its URL and pasting it elsewhere.
Created in Visual Studio Code using a Hearthstone Card API.
- Install the latest version of Python3.
- Install PostgreSQL and create a database with a name of "capstone1".
- Create an account at RapidAPI.com.
- Create the environment variable "API_KEY" and set it to the key provided by RapidAPI.
- Clone this repository into a local directory.
- In the root of the local directory, run Python's
venv
module and activate it. - Run
pip -install requirements.txt
. - To start the server, run
flask run
in the root of the local directory.