Skip to content

unRARed/free-draft-board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Free Draft Board

Open source offline fantasy sports draft board inspired by Matthew Orres' PHPDraft. It works but could use a lot of refactoring to be truly awesome. Have at it.

Dev Setup

Install MongoDB

See https://www.mongodb.org/. Here are instructions for Homebrew on a Mac.

brew install mongodb --with-openssl
ln -sfv /usr/local/opt/mongodb/*.plist ~/Library/LaunchAgents
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.mongodb.plist

Install NodeJS (with NPM) and fetch dependencies

Again, for Macs, use Homebrew. For other OS, see https://nodejs.org/en/.

brew install node
npm install

Running the Server

node app.js

About

Free fantasy football draftboard on Express JS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published