Skip to content

This is an API for a is a mobile self check out application that allows one to scan goods and add them to a cart and allows you to checkout

License

Notifications You must be signed in to change notification settings

DevSheila/SmartShopperAPI

Repository files navigation

SmartShopperAPI

Author- Sheila Sharon Wambui Karani.

This is a REST API for a self checkout mobile application.

Table of contents

Technologies

  1. Node JS
  2. Mongo Db

Known Bugs

There are curently no known bugs.

Setup

Prerequisites

You will need to have

  1. Node installed
  2. Mondo Db Account

Cloning

  • Fork this repo
$ https://github.com/DevSheila/NewsPortal.git
  • Clone this repo
  • Open terminal
  • Navigate to appropriate directory using the cd command
  • type in the command git clone and paste the url of clone and then press enter

Node Modules

Run the follwing commands to install node modules for this project


npm init -y 
npm i -D nodemon
npm install express body-parser dotenv  express-handlebars express-fileupload path multer hbs  bcryptjs passport passport-local  ejs express-ejs-layouts mongoose connect-flash express-session -g ejs-lint
npm i --save multer

Routes

Users

  1. Login
  2. Register
  3. Get all users
  4. Update Profile

Shops

  1. Get all shops
  2. Create shop

Cart

  1. Creating a cart
  2. Adding product to cart
  3. Get cart by cart id
  4. Get cart by cart id

Products

  1. Create a new product
  2. Add isbn item to an existing product
  3. update product
  4. delete product
  5. Get product by name
  6. Get products by category
  7. Get product by shop name and category
  8. Get product by product isbn(bar code)

Contact

In case of any question or contributions, contact me at sheilasharon10@gmail.com

Licence

MIT License

Copyright (c) 2022 Sheila Sharon

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

This is an API for a is a mobile self check out application that allows one to scan goods and add them to a cart and allows you to checkout

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages