Skip to content

gingerbread1468/fictional-couscous

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

fictional-couscous

This is a mock-up eCommerce site using the MEAN stack It is from a course at MongoDB University that I completed on 7/18/17.

To see MongoMart in action:

Download MongoMart

Install the dependencies

Make sure you have a mongod running version 3.2.x of MongoDB

Import the "item" collection: mongoimport --drop -d mongomart -c item data/items.json

Import the "cart" collection: mongoimport --drop -d mongomart -c cart data/cart.json

Run the application by typing "node mongomart.js" in the mongomart directory.

In your browser, visit http://localhost:3000.

About

This is a mock-up eCommerce site using the MEAN stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published