Skip to content

php-wizard/pagine-azzurre

 
 

Repository files navigation

Pagine azzurre ECommerce Website

pagine_azzurre

Demo Website

Run Locally

1. Clone repo

$ git clone [email protected]: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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.8%
  • SCSS 1.5%
  • Other 0.7%