Giter Site home page Giter Site logo

offpepe / store-manager-api Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 2.56 MB

Simple CRUD API to management of Store

Home Page: https://offpepe-store-manager-api.herokuapp.com/

JavaScript 100.00%
nodejs express mongoclient mongo-memory-server mocha-chai sinon frisby heroku-deployment mongodb-atlas

store-manager-api's Introduction

Store Manager ๐Ÿช

Purpose

It's a API to register products and sales, having an structure that makes two MongoDB collections work together and having a tool has in MySQL, the triggers, creating a trigger w/JS+NODEJS, making when some sale has made, the quantity of the products has solded suffer decrement.

What was worked

  • Structure a Rest API with MSC arch
  • Validate request body and params w/express
  • Construct unit tests with mocha, chai and sinon

How it works

Products

  • /products -> POST -> Register new products;
  • /products -> GET -> Find all products;
  • /products/:id -> GET -> Find certain product;
  • /products/:id -> PUT -> Uptade some product;
  • /products/:id -> DELETE -> Delete some product;

Sales

  • /sales -> POST -> Register new sale;
  • /sales -> GET -> Find all sale;
  • /sales/:id -> GET -> Find certain sale;
  • /sales/:id -> PUT -> Uptade some sale;
  • /sale/:id -> DELETE -> Delete some sale;

store-manager-api's People

Contributors

igorgbr avatar isakoga avatar jeanpsv avatar johnatas-henrique avatar offpepe avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.