okabamac / Andela-Challenge-Store-Manager

In this repository I built the Andela Challenge for Store manager; which is more like an inventory for a particular store as well as a shop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Andela-Challenge-Store-Manager

In this repository I built the Andela Challenge for Store manager; which is more like an inventory for a particular store as well as a shop

Travis CI Badge Build Status

Code Climate Badge Maintainability

To acces the API endpoints on heroku go to https://dry-hamlet-16502.herokuapp.com/

  1. For allproducts https://dry-hamlet-16502.herokuapp.com/api/v1/products

  2. For all sales https://dry-hamlet-16502.herokuapp.com/api/v1/admin/sales

  3. To get products by ID https://dry-hamlet-16502.herokuapp.com/api/v1/products/:id Where ID can be any product's ID

  4. To get sales by ID https://dry-hamlet-16502.herokuapp.com/api/v1/sales/:id/:password Where password is 1000

  5. To post a particular https://dry-hamlet-16502.herokuapp.com/api/v1/product/admin-password Admin password can be any number

  6. To post a sale record https://dry-hamlet-16502.herokuapp.com/api/v1/record/:attendant-password Attendant password can be any passowrd

About

In this repository I built the Andela Challenge for Store manager; which is more like an inventory for a particular store as well as a shop


Languages

Language:HTML 78.3%Language:CSS 11.4%Language:JavaScript 10.3%