renancouto / multitenant-poc

Just a multi tenant architecture proof of concept using ES2015

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi Tenant POC

Just a multi tenant architecture proof of concept using ES2015

Dependencies

To run this project you need to have:

  • Node.js v5.1.x - You can use NVM

Setup the project

  1. Install the dependency above
  2. $ git clone git@github.com:renancouto/multitenant-poc.git - Clone the project
  3. $ cd multitenant-poc - Go into the project folder
  4. $ bin/setup - Run the setup script

If everything goes OK, you can now run the project!

Running the project

  1. $ bin/start - Opens the server
  2. Open http://localhost:3000 to see the Dione theme
  3. Open http://127.0.0.1:3000 to see the Rhea theme

About

Just a multi tenant architecture proof of concept using ES2015


Languages

Language:JavaScript 65.8%Language:HTML 29.4%Language:CSS 4.9%