
Who is the true PogChamp? https://pogmeter.com
PogMeter is developed with NodeJS/Express for the backend & Vue.js for the frontend client.
PogMeter requires the following for development:
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.
TODO
MIT
Content type
Image
Digest
Size
84.2 MB
Last updated
over 7 years ago
docker pull alfg/pogmeter