Skip to content
/ web-app Public

Javascript , php, sql, mongodb (include mean stack example)

License

Notifications You must be signed in to change notification settings

Jian87/web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository is a school project for practising database design and web programming.

web app development

Use php and jquery. Use Mysql as main database.

Dependence

Install MAMP, suggest use the professional version.

Suggest Use Visual Studio Code or sublime.

Import Schema to Mysql

Create the database in phpMyAdmin and insert the sql file.

Please use the default user and password.

Please name your database 'project'.

Please create table product, users, chart, order_history.

MEAN File Description

this is a very small but speed example of how to develep web app through MEAN Stack.

Use Node.jswith Express.js framework.

Use Mongodb to store the data.

Useful Documents For MEAN Stack

Node.js:

https://www.udemy.com/blog/node-js-tutorial/

https://nodejs.org/dist/latest-v6.x/docs/api/util.html

Express routing:

https://expressjs.com/en/starter/basic-routing.html

https://expressjs.com/en/guide/routing.html