Mobile App with AngularJS_ionic.
Mobile side purchase platform to complete the interaction functions between front-end and back-end. Can get user's name, password, products information from the database, and insert the data into the back-end database automatically when the web page completes Addto cart. In the back-end database can also directly change the purchase status, such as: deleting order, then the web pages automatically update this change.
-
open XAMPP: run Apache & MySQL
-
import xz.sql into phpMyAdmin
-
Start the server:
node app.js
npm install
npm start
