amcereijo / biblos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

biblos

Application that combines Sails for an rest api and admin pages and an user application made with angularjs.

The admin user can add, edit(TODO), remove(TODO) products and see, see details(TODO), erase(TODO) order made by customers. The client can make an order.

When a client made an order, the admin user will receive a push notification in its Android app (in repo BiblosAndroid). For push notifications, it are using Parse.

##To start using Set environment settings neeed to start app:

  • appId:app id in parse system
  • httpApiId:http Api id in parse system
  • postgressHost:postress host
  • postgressUser:postress user
  • postgressPass:postress pass
  • postgressDb:postress data base name

Run command:

sails lift

About


Languages

Language:JavaScript 99.2%Language:CSS 0.8%