Wednesday, February 18, 2015

System Architecture

Last week, developer, Marlon Garcia, has made many breakthroughs within our project. He went in and created a database server on SiteGround and it runs as a My SQL server in the network. The server is running and giving a JSON scripting field which holds all of the data entry for MemoMap.

Through the JSON scripting fields we were able to establish Name, Address, Latitude and Longitude so that users can input some of these data entries within the application. So it would look like this on the back-end side:

 



So currently the things we have working on our project right now are:

  • Database set up in MySQL 
  • Database creating a JSON for the file server 
  • iOS application of MemoMap can get the JSON and parse it into a readable program 
  • MemoMap is able to list the entries in the JSON as a User Readable interface 
  • iPhone app is able to get each location of these entries into the internal framework of the iPhone map 
Database map between client and server



Here are some working screenshots of our application:










No comments:

Post a Comment