conFusion
conFusion copied to clipboard
A full stack application with Bootstrap, AngularJS, Ionic and Express.
conFusion
A full stack web project for conFusion Restuarant.
Architecture
- Web Front End: conFusion-Angular
- Hybrid Mobile App: conFusion-Ionic
- Back End Server: conFusion-Express
- Json Server: json-server
- Database Server: mongodb
Deploy and Run
Front End
- conFusion-Angular
gulp watch
- conFusion-Ionic
ionic serve
Back End
- conFusion-Express
npm start
- json-server
json-server --watch json.db
- mongodb
mongod --dpath=data
Wiki
See README.md inside every folder.