Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrahmadhassankhan/ecommerce-backend-express
Ecommerce Backend with Express Js , Vanila Javascript and MongoDb
https://github.com/mrahmadhassankhan/ecommerce-backend-express
backend ecommerce ecommerce-backend ecommerce-store-backend ecommerce-website express mern-stack
Last synced: 5 days ago
JSON representation
Ecommerce Backend with Express Js , Vanila Javascript and MongoDb
- Host: GitHub
- URL: https://github.com/mrahmadhassankhan/ecommerce-backend-express
- Owner: mrahmadhassankhan
- Created: 2025-02-05T12:11:08.000Z (7 days ago)
- Default Branch: main
- Last Pushed: 2025-02-06T06:26:25.000Z (6 days ago)
- Last Synced: 2025-02-06T07:28:02.736Z (6 days ago)
- Topics: backend, ecommerce, ecommerce-backend, ecommerce-store-backend, ecommerce-website, express, mern-stack
- Language: JavaScript
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# E-Commerce Backend
**E-Commerce Backend** designed to manage CRUD operations and admin functionalities for an online marketplace.
## Table of Contents
- [About](#about)
- [Features](#features)
- [Technologies Used](#technologies-used)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)## About
This backend provides a seamless experience for managing products, users, and orders. It includes CRUD operations and an admin panel for efficient management.
## Features
- User registration and login
- Product browsing and searching
- Shopping cart and checkout
- Admin panel for managing products and orders## Technologies Used
### Backend
- **Node.js**: JavaScript runtime
- **Express**: Web framework for Node.js
- **MongoDB**: NoSQL database## Installation
To run the project locally, follow these steps:
1. **Clone the repository**:
```sh
git clone https://github.com/mrahmadhassankhan/ecommerce-backend-express
```2. **Navigate to the project directory**:
```sh
cd E-Commerce-Backend
```3. **Install dependencies for the backend**:
```sh
cd backend
npm i
```4. **Create a `.env` file in the backend directory and add your environment variables**:
```env
DB_URI=your_mongo_database_uri
JWT_SECRET=your_jwt_secret
```5. **Start the backend server**:
```sh
cd backend
npm run dev
```## Usage
To use the backend locally, navigate to `http://localhost:1783`.
## Contributing
Contributions are welcome! Please follow these steps:
1. **Fork the repository**
2. **Create a new branch** (`git checkout -b feature/your-feature`)
3. **Commit your changes** (`git commit -m 'Add some feature'`)
4. **Push to the branch** (`git push origin feature/your-feature`)
5. **Open a pull request**## License
Distributed under the MIT License.