Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 524 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 524 Bytes

Store-API

Querystrings Accepted values
fields name, price, featured, rating, createAt, company
featured true, false
company ikea, liddy, caressa, marcos
name any fields
sort based on any fields
numericFields price, rating

project from the course Node.js / Express Course - Build 4 Projects

Project Setup

  • In order to run the project, setup .env and set MONGO_URL variable equal to DB connection string.