Books sale platform
##Required software
- Node.js (https://nodejs.org/)
- npm (https://www.npmjs.com/) (included with Node)
- Bower (http://bower.io/) (npm install bower –g)
- Sails.js (http://sailsjs.org/) (npm install sails –g)
- PostgreSQL (http://www.postgresql.org/)
- RabbitMQ (https://www.rabbitmq.com/) Store
- Edit store-server/config/default.json (namely database access and email account).
- cd store-server
- npm install
- cd public && bower install
- cd store-server && node server.js
- node server.js
- ..
- Browse to http://localhost:8000
- Register/Login a. Clerk: username: clerk@bookshelf.com – password: bookshelf b. Customer: create an account
- ..
- Profit!
##Warehouse
- Edit warehouse/configs/connections.js
- cd warehouse
- npm install
- bower install
- node app.js
- ..
- Browse to http://localhost:1337
- Create an account
- Login
- ..
- Profit!