Vishwa07dev / eCommerce

This is a node.js based backend code for eCommerce Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node.js based eCommerceApp

Backend code base

This eCommerceApp will be built as the part of first app building excercise in module 1 of the Relevel backend and fullstack course

Features

  • Create the REST APIs for categories
  • Create the REST APIs for Products
  • Adding the search capabilities on products
  • Using middleware for validation
  • Creating authenticated Order APIs
  • Unit Testing the eCommerce Applications

How is the code organized in this repo ?

Separate branch for separare class. For example, code to be taugh in the session1 planned for eCommerce app is available in the branch name session1

Tech

  • Node.js
  • Express.js
  • Sequelize ( ORM )
  • MySQL
  • JWT
  • Jest

Installation

this app requires Node.js v14+ to run.

Install the dependencies and devDependencies and start the server.

cd eCommerce
npm install
node server.js

Development

Want to improve? Great! Make the changes and raise a PR. Reach out to me over kankvish@gmail.com

About

This is a node.js based backend code for eCommerce Application


Languages

Language:JavaScript 100.0%Language:Shell 0.0%