Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 405 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 405 Bytes

angular-fullstack-multi-tenant

Made some modification to yeoman's angular-fullstack generated files to allow multi-tenancy. A SaaS architechture to allow sub-domain specific database and socket connection.

  1. Checkout the project.
  2. Inside your terminal/cmd run below commands from the root directory of the project.
  3. npm install
  4. bower install
  5. grunt serve

Make sure you have MongoDb running.