Core library for Shlokas application. This library is used by both the web and mobile apps. It contains the domain models and business logic.
- Application Architecture - The overall architecture of the application.
- Domain models - Schema of the domain models and their relationships.
- Processes - The processes that the application performs.
npm run test
- Run all testsnpm run test:unit
- Run unit testsnpm run test:acceptance
- Run acceptance testsnpm run test:mutational
- Run mutational tests