Skip to content
Allen Jiang edited this page Jun 22, 2019 · 6 revisions

This project is a MEAN stack web application (with MySQL instead of Mongo) developed in support of a research study performed by Dr. Gregory Kuhlemeyer of the Carroll University School of Business.

Overview

There are 3 distinct application elements to the overall system design.

  • Angular 7 web application written in Typescript, with a frontend written in HTML5 styled using the Bootstrap CSS framework. The source for this can be found in the /angular directory and the latest page build is deployed to the /docs directory. Web hosting is currently accomplished through static deployment to Github Pages in this directory.
  • ExpressJS framework web server backend providing services running in a NodeJS runtime environment. Source for the backend server can be found in the /express directory.
  • MySQL database for data storage. Access is limited to execute privilege (stored procedure) on user credentials private to the production ExpressJS backend server. Major versions' schema exports can be found in the /mysql directory.
Clone this wiki locally