Oysteinvikane / DAT251_FPL_Monkey

FPL Monkey is a web application developed for a project in DAT251

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DAT251 - FPLMonkey

FPLMonkey is a web application developed as a project in DAT251, the web application is set up as a maven project with react as frontend.

React app packaged with Spring Boot.

The project is set up to publish one jar file for production. The jar file contains both backend and frontend.

To run the project you can run maven with "mvn clean install" and all dependencies will be installed including npm and node. For running the jar file you can use "java -jar target/fplmapp-0.0.1-SNAPSHOT.jar" After running the jar file you can navigate to http://localhost:8080 and you will see the application.

CI/CD

Github actions with Heroku deployment to http://fplmonkey.herokuapp.com for the deployed version

ML

FPLMonkey features

  • Prediction of a players point score for the next game week.

About

FPL Monkey is a web application developed for a project in DAT251


Languages

Language:HTML 62.5%Language:Jupyter Notebook 34.7%Language:Python 1.9%Language:JavaScript 0.6%Language:Java 0.2%Language:CSS 0.1%Language:Shell 0.0%