Skip to content

mlizchap/recipe-app-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

recipe-app-backend

  • a backend api that consists of a database of recipes

Stack

  • Node
  • Express
  • mongodb/mongoose
  • mLab
  • deployed on Heroku

Routes

GET https://arcane-lowlands-94627.herokuapp.com/api
GET https://arcane-lowlands-94627.herokuapp.com/api/:id
POST https://arcane-lowlands-94627.herokuapp.com/api/new
DELETE https://arcane-lowlands-94627.herokuapp.com/api/:id
PUT https://arcane-lowlands-94627.herokuapp.com/api/:id

Schema

title: String,
ingredients: [{
    name: String,
    amount: String 
}],
picture: String,
description: String

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published