Skip to content

A full stack application with Bootstrap, AngularJS, Ionic and Express.

Notifications You must be signed in to change notification settings

yogykwan/conFusion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

conFusion

A full stack web project for conFusion Restuarant.

Architecture

  1. Web Front End: conFusion-Angular
  2. Hybrid Mobile App: conFusion-Ionic
  3. Back End Server: conFusion-Express
  4. Json Server: json-server
  5. Database Server: mongodb

Deploy and Run

Front End

  1. conFusion-Angular
gulp watch
  1. conFusion-Ionic
ionic serve

Back End

  1. conFusion-Express
npm start
  1. json-server
json-server --watch json.db
  1. mongodb
mongod --dpath=data

Wiki

See README.md inside every folder.

Cookbook

  1. Front-End Web UI Framework: Bootstrap
  2. Front-End Javascript Framework: AngularJS
  3. Hybrid Mobile Development: Ionic
  4. Server-side Development with NodeJS: Express