An open API service indexing awesome lists of open source software.

https://github.com/farha-dahman/e-commerce-app

An e-commerce application built with Node.js, Express.js, MongoDB, and Cloudinary for seamless online shopping and products management.
https://github.com/farha-dahman/e-commerce-app

cloudinary expressjs jwt mongodb mongoose multer node-module nodejs npm

Last synced: 2 months ago
JSON representation

An e-commerce application built with Node.js, Express.js, MongoDB, and Cloudinary for seamless online shopping and products management.

Awesome Lists containing this project

README

          

# E-commerce App

An e-commerce application built with Node.js, Express.js, MongoDB, and Cloudinary for seamless online shopping and products management.

## Table of Contents

- [Built With](#built-with)
- [Prerequisites](#prerequisites)
- [Getting Started](#getting-started)

## Built With

List the technologies and tools you used to build your project:

- Node.js
- Express.js
- MongoDB
- Multer
- Cloudinary

### Prerequisites
Before you get started, ensure you have the following prerequisites installed on your system:

* **Node.js**: Make sure you have Node.js installed. You can download it from [nodejs.org](https://nodejs.org/).
* **MongoDB**: You will need to have MongoDB installed and configured. You can download and set up MongoDB by following the official installation instructions on the [MongoDB website](https://www.mongodb.com/try/download/community).

### Getting Started

A step-by-step guide on how to install your project:

1. Clone this repository to your local machine:
```bash
git clone https://github.com/Farha-Dahman/e-commerce-app.git
```
2. Install project dependencies:
```bash
npm install
```
3. Create a mongoDB database and set your credentials on a .env file, similar to .env.example
4. Run the application:
```bash
npm run start
```
5. open `http://localhost:5050/`
6. use postman or other tools to send http requests to test your API