View the total price of all products on the Steam store page. This is an extension of a previous project. In this I intend to include a lot more features, such as filters. See the original work here
For testing I'm running everything locally - to test POST requests I'm using Postman
Fork/Download or Make a pull request to get started. Testing is run locally, start by making sure you have Node.JS and MongoDB installed - always running latest stable build unless otherwise specified.
Next rename configuration-example.json
to configuration.json
and fill in the missing information.
Setup for the local MongoDB will follow soon.
npm install
npm start
npm test
This will automatically restart the application on code updates, very useful for developement
To register the first user, create a new user using the registation code "firstUser" - this will be disabled whenever any other user exist. This is done at yourdomain.com/dashboard/register.
It's my first time really working open-source and using GitHub - any tips and tricks are very welcome!
MIT. Copyright (c) Magnus Vestergaard