Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vectormike/imol

Product Inventory App built with React, Redux, Express & MongoDB (In-progress)
https://github.com/vectormike/imol

burger-menu circleci docker es6 express javascript jest mongodb react redux testing

Last synced: 15 days ago
JSON representation

Product Inventory App built with React, Redux, Express & MongoDB (In-progress)

Awesome Lists containing this project

README

        

## 📖 Getting started

1. Clone this repository into your local machine:
```
git clone https://github.com/Vectormike/iMol.git
```
2. 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