Skip to content

vreamer/vroom-api

Repository files navigation

Vroom API

Installation

nodemon mongodb

Seed Initial Data

Local

  • Inventory Items mongoimport --db=inventory --collection=inventoryitems --file=./data/inventory-items.seed.json --jsonArray
  • Checklists mongoimport --db=inventory --collection=checklists --file=./data/checklists.seed.json --jsonArray Heroku
  • Inventory Items mongoimport --collection=inventoryitems --file=./data/inventory-items.seed.json --jsonArray --uri=mongodb:https://heroku_5003zp6h:[email protected]:11275/heroku_5003zp6h
  • Checklists mongoimport --collection=checklists --file=./data/checklists.seed.json --jsonArray --uri=mongodb:https://heroku_5003zp6h:[email protected]:11275/heroku_5003zp6h

Deploy to Heroku

heroku git:remote -a app-name

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published