Skip to content

Flask + Vue.js SPA for League of Legends: Match History, Stats, and Build Guides

Notifications You must be signed in to change notification settings

JasonObeid/josh-ints.me

Repository files navigation

josh-ints.me

A website for League of Legends: Match History, Stats, and Build Guides.


Languages - Javascript, Python

Frameworks - RESTful APIs with Flask, Vue.js, Bootstrap CSS


Steps to run:

Flask + Vue.js SPA for League of Legends: Match History, Stats, and Build Guides

  1. Fork/Clone

  2. Run the server-side Flask app in one terminal window:

    cd server
    python3 -m venv env
    source env/bin/activate
    pip install -r requirements.txt
    python app.py

    Navigate to http://localhost:5000

  3. Run the client-side Vue app in a different terminal window:

    cd client
    npm install
    npm run serve

    Navigate to http://localhost:8080

About

Flask + Vue.js SPA for League of Legends: Match History, Stats, and Build Guides

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •