rjur11 / kbeautyAPI

Home Page:kbeauty-api.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kbeautyAPI

This repo was created to be used with kBeautyBuddy.

Check out the kBeautyBuddy Repo HERE

This API contains data for 50 different korean skincare products, ranging from cleansers, toners, serums, creams, and sunscreens. Each product contains an id, brand, name, productType, benefits array, skinTypes array, and filename property.

Images are hosted in an AWS S3 Bucket.

Set Up

Clone this down, and cd into it. Then run:

npm install npm start

Alternatively, check out the deployed API on Heroku

Technologies Used:

  • Express
  • Node.js
  • Heroku deployment

Endpoints

Description URL Method Required Properties for Request Sample Successful Response
Get all products https://kbeauty-api.herokuapp.com/api/v1/skincare GET none object with skincare property containing an array of all product objects
Get single brand https://kbeauty-api.herokuapp.com/api/v1/skincare/brand/:brand where<brand> will be a string of a brand name GET none array of objects associated with that specific brand

About

kbeauty-api.vercel.app


Languages

Language:JavaScript 100.0%