Skip to content

akdasa-studios/shlokas-core

Repository files navigation

Tests Mutation testing badge Codacy Badge

Core library for Shlokas application. This library is used by both the web and mobile apps. It contains the domain models and business logic.

Documentation

  1. Application Architecture - The overall architecture of the application.
  2. Domain models - Schema of the domain models and their relationships.
  3. Processes - The processes that the application performs.

Development

  1. npm run test - Run all tests
  2. npm run test:unit - Run unit tests
  3. npm run test:acceptance - Run acceptance tests
  4. npm run test:mutational - Run mutational tests