Skip to content

tg90nor/WinMonopolet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinMonopolet.com

all PR are welcome!

Note that the database included here is not the same as live, but intended for use in local development.

Set up locally

  1. yarn install && cd client && yarn install
  2. Start backend: node index.js
  3. start frontend (Optional, front-end is also served through node): cd client && yarn start

The site uses the untappd-api to fetch beer info during the fetch/update routine, which runs nightly. If you wish to use this, go to server/api.js and change clientID and clientSecret with your own API key. If not the site will work normally, but will got be able to run the nightly update routine.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.7%
  • CSS 12.2%
  • HTML 2.1%