Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BDIT SERVER

Overview

The BDIT server is a RESTful service built with Node.js, Express, JavaScript, and MongoDB that provides a robust backend for managing products, users, and shopping carts. This API supports user authentication, product management, cart operations, and more.

Features

  • User Management: Add registered users data in the DB.
  • Product Management: Add, retrieve, and filter products.
  • Cart Operations: Add items to the cart, fetch cart contents, and remove items.

Installation

Prerequisites

  • Node.js
  • MongoDB
  • A .env file for environment variables

Setup

  1. Clone the repository:

    git clone https://github.com/Md-Rashedul-Islam-Rajib/bdit-server.git
  2. Navigate to the project directory:

    cd bdit-server
  3. Install dependencies:

    npm install
  4. Create a .env file in the root directory of the project and add your environment variables:

    MONGO_CONNECTION_STRING=your_mongo_uri
    TOKEN_SECRET=your_secret
  5. Start the server:

    npm start

About

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages