Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 765 Bytes

File metadata and controls

39 lines (25 loc) · 765 Bytes

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