Skip to content

sabriele/MongoMart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MongoMart

Final Project for M101JS - MongoDB for Node.js Developers: an ecommerce app using the MongoDB driver and Express.

https://university.mongodb.com/

Prerequisites

Configuration and Usage

Installing:

git clone https://github.com/sabriele/MongoMart && cd mongomart
npm install

Populate the MongoDB database:

mongoimport --drop -d mongomart -c item data/items.json
mongoimport --drop -d mongomart -c cart data/cart.json

Run app:

node mongomart.js

When you have completed the setup, visit http://localhost:3000 in your browser.

Live Demonstration

You can view this app in production here.

About

Final Project for M101JS: MongoDB for Node.js Developers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published