ChronoBrake / fantasy-friends

Fantasy League of Legends using any summoner name, not just pro players.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fantasy Friends

https://fantasy-friends.herokuapp.com/

A League of Legends fantasy game where any summoner name can be used instead of just pro players.

Setup

Note: This setup guide does not cover everything needed to set up this application, but gives a rough idea of the steps required.

  1. Install Go.
  2. Download all third party dependencies with go get.
  3. Get a Riot Developer API key from the official site.
  4. Set up a PostgreSQL database and set up tables as specified in the /database/database.go file.
  5. Set your environment settings in the environment file "example.env" and rename the file to ".env".
  6. Make an account with Heroku and install the Heroku CLI
  7. Set up Heroku app and db and make sure they work.
  8. Set your production environment settings in Heroku's config variables.
  9. To run locally, run make build and make run
  10. To deploy to web, run make deploy

About

Fantasy League of Legends using any summoner name, not just pro players.

License:MIT License


Languages

Language:Go 97.2%Language:CSS 1.3%Language:Shell 0.6%Language:Dockerfile 0.5%Language:Makefile 0.4%