Skip to content

manuel-delverme/HSReplay.net

 
 

Repository files navigation

A website to upload and share your Hearthstone games.

Technology overview

The full backend stack is written in Python 3.

Django libraries

Production stack

Replays are processed on Amazon Lambda using the Python 2.7 runtime.

Installation

Prerequisites:

  • Vagrant must be installed
  • Virtualbox must be installed in order for the default provider to work

Set up:

  • Run vagrant up to download and provision the box
  • Once it is up, run ./scripts/run.sh to start the server

The django server will then be available on localhost:8000. The API is available at /api/v1/ and is browsable using the DRF interface.

License

Copyright © HearthSim - All Rights Reserved

About

Share your Hearthstone games!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 74.2%
  • HTML 10.1%
  • TypeScript 8.2%
  • CSS 3.6%
  • Shell 2.1%
  • JavaScript 1.8%