Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 1.26 KB

README.md

File metadata and controls

46 lines (25 loc) · 1.26 KB

Garbage Time Pro - http://garbagetime.pro

An application for ESPN Fantasy Football which provides users extra features such as power rankings, match-up scenarios and other popular community-requested metrics.

Original Reddit launch thread can be found at:

https://www.reddit.com/r/fantasyfootball/comments/76ye2p/hey_reddit_i_built_a_tool_for_public_espn_leagues/

Technology Used: Node, Express, MongoDB, React, Redux, Webpack, Flexbox, Semantic-UI, ES6+, Heroku, mLab (AWS NOSQL DB)

To build and run using node >= 10.0.0 & yarn >= 1.6.0:

Assuming ./ is the project's root directory:

  • Create a dev.js file inside ./config that looks like the following:

module.exports = { mongoURI: 'your-mongodb-address:your-mongodb-port' };

example:

module.exports = { mongoURI: ' mongodb://localhost:27017' };

  • run yarn install from ./ directory

  • run yarn install from ./client directory

  • start your instance of mongoDB

  • run yarn run dev from ./ directory

App demonstration: https://www.youtube.com/watch?v=yCcsOrEaiOs&feature=youtu.be

Screenshots