Skip to content

NicholasBreazeale/Springboard-Capstone-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hearthstone Deck Builder

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.

Running the Server Yourself

  1. Install the latest version of Python3.
  2. Install PostgreSQL and create a database with a name of "capstone1".
  3. Create an account at RapidAPI.com.
  4. Create the environment variable "API_KEY" and set it to the key provided by RapidAPI.
  5. Clone this repository into a local directory.
  6. In the root of the local directory, run Python's venv module and activate it.
  7. Run pip -install requirements.txt.
  8. To start the server, run flask run in the root of the local directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published