Skip to content
/ scorer Public

Web application to easily keep the score for Darts games (501 variants and cricket). Mobile first design with a slack integration and a ladder system.

Notifications You must be signed in to change notification settings

bogdbo/scorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Some notes:

Dev

  1. create .env file with contents like these
 NODE_ENV=local
 DB_CONNECTION_STRING=mongodb://localhost  
 PORT=5000
 SLACK_WEBHOOK=https://hooks.slack.com/services/....
 DARTS_CHANNEL=darts
  1. run heroku local dev
  2. cd client
  3. npm start

Prod

  1. Heroku - configure env variables
  2. Deploy (eg. from heroku dashboard, github integration)
  3. Done (heroku will automatically call npm start and npm run heroku-postbuild which will build the API and Client and start listening on PORT)

About

Web application to easily keep the score for Darts games (501 variants and cricket). Mobile first design with a slack integration and a ladder system.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published