Sign inSign up

alfg/pogmeter

By alfg

Updated over 7 years ago

Image
0

298

alfg/pogmeter repository overview

PogMeter

Pogchamp

Who is the true PogChamp? https://pogmeter.com

Develop

PogMeter is developed with NodeJS/Express for the backend & Vue.js for the frontend client.

PogMeter requires the following for development:

  • NodeJS 6+
  • MySQL

Clone the project and install dependencies:

git clone https://github.com/alfg/pogmeter
npm install && cd static && npm install

Set the database credentials in your environment variables:

DB_HOST=
DB_USER=
DB_PASS=
DB_DATABASE=

Or create a .env file with the credentials above.

Run the NodeJS server and static frontend in separate processes:

node app.js
cd static && npm run serve

You should now have 2 separate processes running.

Load http://localhost:4000/ into your browser.

Docker

TODO

License

MIT

Tag summary

Content type

Image

Digest

Size

84.2 MB

Last updated

over 7 years ago

docker pull alfg/pogmeter