Skip to content

chirrumishra/case-study-angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazona ECommerce Website

Run Locally

1. Clone repo

$ git clone https://github.com/chirrumishra/case-study-angular
$ cd angular-amazona

2. Setup MongoDB

  • Local MongoDB
    • Install it from here
    • Create .env file in root folder
    • Set MONGODB_URL=mongodb://localhost/amazona
  • 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

$ cd 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors