Skip to content

shaluchandwani/Cloth-Store

Repository files navigation

npm version Build Status Coverage Status Reviewed by Hound Reviewed by Hound

Cloth-Store

We have a APP called CLOTH STORE that has 5 API Endpoints

Documentation

Methods Endpoints Actions
/POST /api/v1/cloths Creating a Item
/PATCH /api/v1/cloths/:id updating an Item
/DELETE /api/v1/cloths/:clothId Delete specified item
/GET /api/v1/cloths GET all items on cloth table
/GET /api/v1/cloths/:clothId GET one item

Setting up Dev

Clone the Repository to your local machine

git clone https://github.com/shaluchandwani/Cloth-Store.git

Install dependencies

npm install

Starting development server

npm run start

Run Tests

npm run test

Contribute

Adding more API and tests will be appriciated.

Deployment

The folder structure is very simple it will give an idea about what to add where.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors