Skip to content

Vectormike/iMol

Repository files navigation

📖 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

About

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

Topics

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages