/pagine_azzurre

Build Ecommerce Like Amazon By MERN Stack

Primary LanguageJavaScript

Pagine azzurre ECommerce Website

pagine_azzurre

Demo Website

Run Locally

1. Clone repo

$ git clone git@github.com:valazco/pagine_azzurre.git
$ cd pagine_azzurre

2. Setup MongoDB

  • Local MongoDB
    • Install it from here
    • Create .env file in root folder
    • Set MONGODB_URL=mongodb://localhost/pagine-azzurre
  • Atlas Cloud MongoDB
    • Create database at https://cloud.mongodb.com
    • Create .env file in root folder
    • Set MONGODB_URL=mongodb+srv://your-db-connection

3. Run Backend

$ npm install
$ npm start

4. Run Frontend

# open new terminal
$ cd frontend
$ npm install
$ npm start

5. Seed Users and Products

6. Admin Login

Support