/projectSample

myProjectSample

Primary LanguageHTML

Xin(Eric) Wang's project sample

1. PHP

Laravel5.3+AngulaJS1.59

The phpAngularJS folder contains a project written in angularJS and Laravel. The project is about a tiny bank system in which users can register, open/close accounts as well as do transactions. This project is developed in web api structure.

Techniques

Front-end

  1. Bootstrap CSS
  2. AngularJS routing
  3. AngularJS-Toaster

Back-end

  1. Laravel
  2. Token-based authentication(Laravel passport oauth2)

PhpAngularJS

Demo
The phpAngularJS folder contains a project written in angularJS and php. The requirements are similar with the previous one. SQL file can be found in the SQL folder.

Techniques

Front-end

  1. Bootstrap CSS
  2. AngularJS routing
  3. AngularJS-Toaster

Back-end

  1. Slim
  2. SQL utility class
  3. Session validation

PhpServerSideMVC

Demo This project is written in pure php without any framework. It's a manually written MVC application. SQL file can be found in the SQL folder.

Techniques

Front-end

  1. Bootstrap CSS
  2. JQuery

Back-end

  1. MVC Structure
  2. Dispatchers
  3. SQL Utility class
  4. Session validation