Skip to content

Latest commit

 

History

History
36 lines (16 loc) · 746 Bytes

README.md

File metadata and controls

36 lines (16 loc) · 746 Bytes

User-Tenant

Signup and Manage Users and Tenants with Node.js and MongoDB

Install an app

Run the following command in root directory of an app in command prompt.

Install node packages

npm install

Install bower components

client/src/ bower install

Run an app

Run Server

Run the following command in root directory of an app in command prompt.

server/ node server.js

You can see the port number in command prompt after sucessfull run

You can change the settings in server/config/config.js file

Change email id in server/config/config.js which will be used to send account credential when new account is created.