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:
Technology Used: Node, Express, MongoDB, React, Redux, Webpack, Flexbox, Semantic-UI, ES6+, Heroku, mLab (AWS NOSQL DB)
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