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.
- Host: GitHub
- URL: https://github.com/farha-dahman/e-commerce-app
- Owner: Farha-Dahman
- Created: 2023-10-21T20:06:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-28T13:39:15.000Z (about 2 years ago)
- Last Synced: 2026-01-03T14:25:48.613Z (5 months ago)
- Topics: cloudinary, expressjs, jwt, mongodb, mongoose, multer, node-module, nodejs, npm
- Language: JavaScript
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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