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
-
Fork/Clone
-
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
-
Run the client-side Vue app in a different terminal window:
cd client npm install npm run serveNavigate to http://localhost:8080