Skip to content
Kirk-Amoah edited this page Dec 14, 2014 · 11 revisions

###Evolution of our system architecture As we expected our system architecture was evolving as we were getting closer to our prime solution. We started with implementing Strictly Node js and Anjular js as demanded by our client to negotiating to a friendlier requirement for our team. Below is the evolution of our architecture labelled with numbers.

User Interface Environment

This web application will require a server side JavaScript that supports AngularJs. To improve our user experience we will design a graphical user interface environment that uses Bootstrap.

Client-Server Communication

Our web application will communicate with a server via HTTP request. This server is created by the function that involves a request object that contains all the information about the request that has been made to the server.The response object handles the response from the server which will display on the virtual form.

Web Server Environment

We will be using PHP, REST services a server-side JavaScript.

Database Structure

In order to store information, we will use a visual data modelling tool such as MySQL Workbench. This will involves storing files/photos, feedback--numeric and written and comments.

Clone this wiki locally