Skip to content

An API written in Java 8 using the spark micro-framework for simple team drafting outside of a fantasy football application.

Notifications You must be signed in to change notification settings

RoryDeken/team-draft-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Team Draft Tool

This application is for simple team drafting outside of a fantasy football application. If can easily be forked and modified to accomodate a traditional fantasy football draft with a few changes to the model.

This is built using the Spring. Currently nothing is persisted once the application is shut down but connecting to a database can be done simply by leveraging the existing models.

The front end relies on Drafty using React and consumes this Java API. Right now a templating engine is used to display the data.

This project uses Docker and [Kubernetes])https://kubernetes.io/) for container management and CircleCI for a CI/CD pipeline.

Installation

git clone https://github.com/RoryDeken/team-draft-tool.git

cd team-draft-tool

docker compose up -d

This application should now be running on port 3000.

Player and team data

Base player and team data is courtesy of Sleeper

#Rewrite in Spring

This application is currently under development and no stable release has been published. Check back for progress or fork this to roll your own simple draft tool

About

An API written in Java 8 using the spark micro-framework for simple team drafting outside of a fantasy football application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published