Git Product home page Git Product logo

e-commerce-application's Introduction

Owner: Osid Abu-Alrub (1183096)

Documentation commit

https://github.com/OsidAbu-alrub/e-commerce-application/commit/e67e6dd99a8e387d8f2324c5f4075149291074fc

Design

HTTP method URL path HTTP status code Description
POST api/v1/products/add 200 Create a new product
GET api/v1/products/all 200 Get all available
products
GET api/v1/products/:id 200 Get a specific product
via its id
GET api/v1/products/:id 404 Get product that can't
be found
GET api/v1/category/all 200 Get all categories
POST api/v1/category/add 200 Add a new category
DELETE api/v1/category/:id 200 Delete a category
DELETE api/v1/category/:id 404 Can't delete category
POST api/v1/product-category/link 200 Add product to category
POST api/v1/product-category/link 400 Product already linked to
category
GET api/v1/product-category/:id 200 Get products linked to category

Installation

Must have yarn OR npm installed to run the project without issues

$ yarn install
# OR
$ npm run install

Running the app

# development
$ yarn dev
# OR
$ npm run dev

TODO

  • Add DTOs when needed

e-commerce-application's People

Contributors

osidabu-alrub avatar

Watchers

 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.