Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 274 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 274 Bytes

How to seed local database

  1. Start with an empty database -- except for users collection with admin document.
  2. In a bash window, in project root folder, run API (npm start).
  3. In another bash window, change to seed sub-folder and run seed (npm start).