Skip to content

Fully responsive MEAN application that shows a list of products queried from 3 parameters selected in order of granularity

Notifications You must be signed in to change notification settings

mperezcorrales/MEANDatabaseProductApp

Repository files navigation

Required:

  • Angular CLI
  • Nodejs
  • MongoDB
  • Robomongo (if you want)
  • Nodemon (if you want)

Install dependencies

npm install

Load json file to mongo database

Create directory C:\data\db
cd to ~
Run mongod
Create db with Robomongo called test
In new terminal run mongoimport --jsonArray -d test -c products /filePath/filename.json

About

Fully responsive MEAN application that shows a list of products queried from 3 parameters selected in order of granularity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published