Also, you can check out the frontend repository for this backend at https://github.com/arentalb/store-front
Welcome to the backend repository for the Store E-Commerce ! This project is developed using Node.js, Express.js, Mongoose, and MongoDB.
You can see the API documentation from https://documenter.getpostman.com/view/33741807/2sA3XTffoc OR you can download the store.postman file and import it into your postman workspace
This repository contains the backend code for the Store E-Commerce . The application provides a comprehensive solution for online shopping, including APIs for user authentication, product management, order processing, and an admin dashboard for managing products and orders.
- Node.js (v14.x or higher)
- npm or Yarn
- MongoDB
- Git
- Clone the repository:
git clone https://github.com/arentalb/store-back cd store-back
- Install dependencies:
npm install
Express.js is used to build the backend APIs. Ensure all routes are properly set up in the routes
directory and
middleware is configured in the middleware
directory.
Mongoose is used for MongoDB object modeling. Define your schemas and models in the models
directory.
To start the Node.js server:
npm start
you can see the preview of the final app in this repository https://github.com/arentalb/store-front