Skip to content

A quick and simple API for serving a list of users and recipes for the iOS Recipe Management Application.

Notifications You must be signed in to change notification settings

Elmer-Almeida/RecipeAppAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iOS Recipe Management Application API

A quick and simple express API dedicated to serving a list of users and recipes for an iOS Recipe Management Application.

Features

This API serves two functions:

  • Provide a list of users

    • First name
    • Last name
    • Image
  • Provide a list of recipes

    • User ID
    • Image
    • Name
    • Instructions
    • Excerpt
    • Price
    • Likes

Usage

In the RecipeAppAPI root folder, run the following command to install all node dependencies.

npm install

Then run the following command to start the server and serve the RecipeAppAPI server.

npm start

Contact

Elmer Almeida - almeielm@sheridancollege.ca

About

A quick and simple API for serving a list of users and recipes for the iOS Recipe Management Application.

Topics

Resources

Stars

Watchers

Forks