Skip to content

casseds2/Sweepr

Repository files navigation

sweepr

Instructions

Pre-requisites

  • sudo npm install -g webpack
  • sudo npm install -g webpack-cli
  • sudo npm install -g nodemon

Making Project

  • cd /project
  • npm install

Environment

  • cd /project
  • touch .env

Environment (.env file) should contain:

  • dbURL='mongodb://{user}:{password}@ds131800.mlab.com:31800/{project_name}'
  • secret='my-secret'
  • NODE_ENV = 'dev'
  • API_TOKEN = '{API_TOKEN}'

You can use NODE_ENV production when looking to move the application to production.

World Cup API

Honourable mention my hero Daniel Freitag over at api.football-data for the kick ass API!

API Usage

World Cup

Running Project

  • cd /project
  • mkdir data
  • mongod --dbpath ./data
  • nodemon
  • webpack -w

Contributors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •