EARoa / TacoStand_iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TacoStand_iOS

========== Tasks for this assignment

  • The user should be able to view all the Tacos available. The name, price and the image of the taco should be displayed to the user. It is highly recommended that you use a custom UITableViewCell.
  • The user should be able to create a new Taco
  • The user should be able to click on a Taco and view the details of the selected Taco. The details will include the name of the taco, price and the photo of the taco.
  • API

    GET - Get All Tacos: https://taco-stand.herokuapp.com/api/tacos/
    
    GET - Get Taco by Id: https://taco-stand.herokuapp.com/api/tacos/1 (where id is the id of the Taco)
    
    POST - Create a new Taco: https://taco-stand.herokuapp.com/api/tacos/
    

    About


    Languages

    Language:Swift 100.0%