Code for the MEAN Soup to Bits
- MongoDB
- Express
- Angular
- Node
Requires MongoDB server running
npm installto resolve dependenciesnpm install -g gulpto install Gulp globallynpm run watchto start transpile watch. This command will read files underclient/srcand generate a single file underclient/dist/bundle.jswhich should be included by index.html- Seed database:
mongoimport --db olympics-dev --collection sports --type json --file server/sports-seed.json --jsonArray --drop