Skip to content

F481/MobA3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MobA3

WebApp Project for Moba3. Onlineshop with React and Node.js

Setup

  1. clone the project
  2. run npm install
  3. run npm update
  4. run npm start (default port is 3000)

Setup for Mogno DB

Windows

  1. make db name= moba3db
  • code: use moba3db
  1. create collection name = products
  • code: db.createCollection("products")
  1. import whiskysJSON.json. In path from MongoDB is mongoimport, I put also the whiskys.json file in there
  • code: mongoimport --jsonArray --db moba3db --collection products --file whiskys.json

Linux and Mac

run mongo: Then use moba3db. db.createCollection("products"). mongoimport --jsonArray --db moba3db --collection products --file whiskys.json

About

WebApp for MobA3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •