A full stack web project for conFusion Restuarant
.
- Web Front End: conFusion-Angular
- Hybrid Mobile App: conFusion-Ionic
- Back End Server: conFusion-Express
- Json Server: json-server
- Database Server: mongodb
- conFusion-Angular
gulp watch
- conFusion-Ionic
ionic serve
- conFusion-Express
npm start
- json-server
json-server --watch json.db
- mongodb
mongod --dpath=data
See README.md inside every folder.