DESCRIPTION: A simple online store for the widely famous online action rpg, Path of Exile, created in Node.js.
FEATURES: User accounts Selling/Buying of items
INSTRUCTIONS: Install dependencies from package.json. (npm install) Create database and run init.sql (Postgres e.g. createdb pathofexile && psql -U username -d pathofexile -f init.sql) Run app.js. (node app.js)