PieroniJV / AppliedProjectFYP

Final year project for our software development course. By: Joshua Uzell and Jose Santos
0 stars 0 forks source link

Query Database #26

Open JoshuaUzell opened 7 months ago

JoshuaUzell commented 4 months ago

NOTE*: Data needs to be formatted in JSON for both front and back end

Jose - BackEnd

  1. Get rid of first user.name
  2. Go over database again
  3. Set up virtual machine on AWS so as to allow server to be run. NOTE**: If you need front end stuff - let Josh know

Josh - FrontEnd

  1. Need injection - test out using code sent over from Jose. Format your data in JSON and send over. Need a DataService. The 'this.apiURL' would the apiURL variable in the file and that apiURL will be given to you by Jose. The '/data' is the JSON formated data.
  2. Need to test communication between front end and backend - try retrieving login details

What we have:

  1. Sign Up details: Email Password Name DOB Gender Course Department Personal Traits Hobbies Driver Details

  2. Driver

    • License date of issue
    • License date of expiry
    • License number
    • Picture of license
    • License plate
    • Make and model

What we need