Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akdasa-studios/shlokas-core

Core library for Shlokas app
https://github.com/akdasa-studios/shlokas-core

learn spirituality vedic

Last synced: about 1 month ago
JSON representation

Core library for Shlokas app

Awesome Lists containing this project

README

        




Tests

Mutation testing badge
Codacy Badge

Core library for [Shlokas](https://github.com/akdasa-studios/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](docs/app.md) - The overall architecture of the application.
2. [Domain models](docs/models.md) - Schema of the domain models and their relationships.
3. [Processes](docs/flow.md) - 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