/ecom-demo-backend

Backend implementation of a basic ecommerce platform; product list, cart, discounts/promotions.

Primary LanguageJavaScript

Ecommerce demo app

Implementation of product list, cart, discounts/promotions

Prerequisites

Built With

  • ExpressJS - It’s a flexible Node.JS web appplication framework that has many features for web and mobile applications

How to use

  1. Clone this Git repository

  2. Make sure Node is installed. To check, run node -v in cmd/terminal.

  3. Make sure MariaDB Server is installed and running.

  4. Import database from dumb file located here 👉 \docs\database\ecom_demo_db.sql

  5. cd ecom-demo-backend From project directory run npm install, It will install all dependencies required.

  6. Finally, To start run npm start.

##Rest API Endpoints