Technology we use - lil-hotel-inc/lil-hotel GitHub Wiki
Technology
What tools, libraries, frameworks etc should be used for this project?
Client
Ember
Material design
There are various implementations of material design:
- material-design-lite
- Materialize
- ember-paper as ember plugin
- ember-material-design another ember plugin
Grid system
Also many different solutions possible:
- if we use Materialize we can also use their grid system
- Susy is a great, customizable grid system
Server
JSON-API
It would be great to use a server that implements the JSON-API to be super future proof and 2016 :wink:
json-api with Express.js
json-api is a library that works with express and mongoose/mongodb and just works.