- Multiple tenants
- Multiple users with different roles for each tenant
- Role based access control to different forms
- Javascript full stack
- Single page applications using MEAN stack for different features (backend mocked in the poc)
- Best practices (client-side): Organization of files based on features, lazy loading of module components, client-side routing for bookmarking, familiar UI/UX
- Role based access control to static files resources (provisioned, not implemented) and data from server
-
Use the following client login credentials
- username: acme
- password: acme
-
Use the following user login credentials
- username: user
- password: user
-
Select Sales under Roles and POS-orders under Forms
-
Search for order numbers 0 and 1
- Requisites: Node.js LTS, git
- Clone, install and run.
git clone git@github.com:rajivramv/trade-management-system.git
cd trade-management-system && npm install
npm start