A quick and simple express API dedicated to serving a list of users and recipes for an iOS Recipe Management Application.
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
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
Elmer Almeida - almeielm@sheridancollege.ca