Skip to content

themaxhero/Fruit-Market-Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fruit Market

Setup

Edit src/config.json to set the server location:

{
    "api": "http://localhost", // <SERVER_URL_HERE>
    "port": 4600, // <SERVER_PORT_HERE>
    "uri": "/api" //<SERVER_API_URI_HERE>
}

Routes

URL Parameters:

  • q: name of the product
  • min: minimum price
  • max: maximum price
  • c: "FRUIT" or "VEGETABLE"
  • imported: if imported.

Access page for the :id product.

Access page of creating a new product.

Releases

No releases published

Packages

No packages published