Skip to content

aarjun8060/E-commerce-backend

Repository files navigation

NodeJS,Mongoose,Express Project in MVC Architecture

E-commcerce Backend

Supported version of nodejs >= 12, Supported version of mongoose >= 6

About

  • This is a Node application, developed using MVC pattern with Node.js, ExpressJS, and Mongoose.
  • MongoDB database is used for data storage, with object modeling provided by Mongoose.

Features

  • Product Management: Create, read, update, and delete products.
  • Order Management: Handle orders, including creation, cancellation, and status updates.
  • User Authentication: Secure user authentication and authorization.
  • RESTful APIs: Follows RESTful principles for easy integration with front-end applications.

Initial

  1. Install all dependency $ npm install

  2. Start development server $ npm run dev

How to use generated APIs:

Click here to visit documentation

About

Node.js | Express.js project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published