Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 437 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 437 Bytes

Massively over-engineered wedding website

Getting married...a great excuse to try out Angular 2.

Notes (mainly to self)

Build database

mongoimport --host <ip> --port <port> --file <file> --headerline --stopOnError --type csv --collection <collection> --db my_database --upsert

Export database

mongoexport --host <ip> --port <port> --fieldFile <file> --out <file> --type csv --collection <collection> --db my_database