-
Notifications
You must be signed in to change notification settings - Fork 0
ARCHITECTURE
###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.
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.
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.
We will be using PHP, REST services a server-side JavaScript.
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.