Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nhathvv/backend-nodejs-ecommerce
https://github.com/nhathvv/backend-nodejs-ecommerce
express mongodb pug
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nhathvv/backend-nodejs-ecommerce
- Owner: nhathvv
- Created: 2024-01-20T13:19:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-04T15:06:37.000Z (3 months ago)
- Last Synced: 2024-11-04T16:20:22.360Z (3 months ago)
- Topics: express, mongodb, pug
- Language: JavaScript
- Homepage: https://ecommerce-nhathv.vercel.app/
- Size: 1.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# E-Commerce
## IntroductionThis is a comprehensive guide to setting up and running the e-commerce application.
## Timeline
8 Weeks
## Installation and Setup Instructions
### Installation
1. First, clone this repository to your local machine:
```bash
git clone
```
2. Set up your environment variables:
```bash
PORT=3000
HOSTNAME=localhost
MONGODB_URL=
# Setup Cloudinary
CLOUD_NAME=
CLOUD_KEY=
API_SECRET=
# User & Password for sending emails
EMAIL_USER=
EMAIL_PASS=
```
3. Install the necessary dependencies:
```bash
npm install
```
### Running the Application
1. After installing the dependencies, start the development server:
```bash
npm run dev
```
2. Once the server is running, you can access the application at: http://localhost:3000/. This is your introduction to the ecommerce-shop.