Skip to content

divisionparzero/OlympicsMEAN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MEAN Stack

Code for the MEAN Soup to Bits

  • MongoDB
  • Express
  • Angular
  • Node

Requires MongoDB server running

Developing

  • npm install to resolve dependencies
  • npm install -g gulp to install Gulp globally
  • npm run watch to start transpile watch. This command will read files under client/src and generate a single file under client/dist/bundle.js which should be included by index.html
  • Seed database: mongoimport --db olympics-dev --collection sports --type json --file server/sports-seed.json --jsonArray --drop

About

Web app created on the MEAN Stack series

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.8%
  • Other 1.2%