/dairyproject

Primary LanguageJavaScript

Dairy Project

Scaffoled using this generator

Basic idea-

  • app/ contains client side objects
  • lib/ contains server side objects

Run the app using-

grunt server

Restore the database dump using-

mongorestore dump/fullstack-dev

PS: Make sure you're connected to mongod first.

TO DO

  • Create actual schemas for the tables that would be added
  • Get a name for this project

Follow good git branching models.