/myStorge

Primary LanguageJavaScriptMIT LicenseMIT

myStorge

the url: https://sadsadasdasnihad.herokuapp.com

the routs :

  1. /bookApp methods : -get/ -get/:id -post/ -put/:id -delete/:id
book app schema
{
  id: { type: String, required: true },
  title: { type: String, required: true },
  authors: { type: String, required: true },
  publisher: { type: String, required: true },
  publishedDate: { type: Date, required: true },
  description: { type: String, required: true },
  averageRating: { type: Number, required: true },
  ratingsCount: { type: Number, required: true },
  imgUrl: { type: String, required: true },
  previewLink: { type: String, required: true },
  buyLink: { type: String, required: true },
}
  1. /store
  2. /todo