GithubHelp home page GithubHelp logo

okaracalik / football-team-builder Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 2.35 MB

A football team builder app. Set your tactics and budget and see the best players in the squad.

Home Page: https://orkutkaracalik.info/portfolio/football-team-builder/#/

Python 17.23% Jupyter Notebook 43.37% JavaScript 12.62% Vue 24.10% HTML 0.97% Dockerfile 0.96% Sass 0.76%
vuejs2 python linear-programming docker nginx mysql pandas

football-team-builder's Introduction

Football Team Builder

A football team builder app for the popular video game.

- You can search players through this app.
- You can set budget and tactic, any you'll see best footballers you could play with.

➡ī¸ Demo

🚀 Used Technologies

  • 🗄ī¸ Backend

    • Python
      • Web server development
    • MySQL
    • SQLAlchemy
      • Database ORM to handle MySQL operations
    • Pandas
      • Pre-processing raw data and developing a team building algorithm
    • Pulp
      • A Linear programming library which is utilized for finding the best lineup
    • Nginx
      • As a proxy servers, it's used for deployment of web app on VPS.
  • đŸ–Ĩī¸ Frontend

    • Vue.js
      • Building frontend business logic
    • Quasar
      • For user interface components
  • đŸ“Ļ Packaging

    • Docker
      • Packing up the database, backend and frontend and deployment

The app is deployed on Digital Ocean.

ℹī¸ Info

  • Player photos in web app are not included for this repository due to size.
  • Data is taken from the Kaggle.

Installation

  • To run whole app on local

      docker-compose up

    ⚠ī¸ Make sure you provided followings:

    • MySQL credentials in docker-compose.yml, backend/config.json
    • Certificates in nginx/ssl/
  • However you just execute followings in bash to run locally:

    • 1st terminal:
      • cd backend
        python app.py
        ⚠ī¸ Make sure you installed: python 3.7, MySQL and packages in backend/requirements.txt.
    • 2nd terminal:
      • cd frontend
        yarn install
        quasar dev
        ⚠ī¸ Make sure you installed: node 10 and yarn.

football-team-builder's People

Contributors

okaracalik avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤ī¸ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.