- Clone this repository into your local machine:
git clone https://github.com/Vectormike/iMol.git
- Install dependencies
npm install
| 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 |