Skip to content

Junglescout/dt-technical-exercise-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Design Technologist - Technical Exercise API

Setup

  1. Run yarn or npm install
  2. Start the server: yarn start or npm start

Endpoints

Products

https://localhost:3002/products

Search Products by title

https://localhost:3002/products?title_like=someTitle

Search Products by category

https://localhost:3002/products?category_like=someCategory

Single Product

https://localhost:3002/products/:id

For more details on querying the API, view the documentation here: https://github.com/typicode/json-server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published