Skip to content

Latest commit

 

History

History
57 lines (52 loc) · 850 Bytes

File metadata and controls

57 lines (52 loc) · 850 Bytes

📖 Getting started

  1. Clone this repository into your local machine:
git clone https://github.com/Vectormike/iMol.git
  1. Install dependencies
npm install

Endpoints

HTTP VERB ENDPOINT FUNCTIONALITY
POST api/auth/register Users can register
POST api/auth/login Users can login
GET api/products Gets all products
GET api/products/:id Get a product by name
POST api/products Add a product
PATCH api/products/:id Edit a product(details)
DELETE api/products/:id Delete a product