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: about 2 months ago
JSON representation
Product Inventory App built with React, Redux, Express & MongoDB (In-progress)
- Host: GitHub
- URL: https://github.com/vectormike/imol
- Owner: Vectormike
- Created: 2019-10-04T15:31:27.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2023-03-03T11:36:08.000Z (about 3 years ago)
- Last Synced: 2026-01-03T14:36:50.777Z (5 months ago)
- Topics: burger-menu, circleci, docker, es6, express, javascript, jest, mongodb, react, redux, testing
- Language: JavaScript
- Homepage:
- Size: 3.48 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
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