Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/akdasa-studios/shlokas-core
- Owner: akdasa-studios
- Created: 2022-11-27T06:27:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-11T12:01:09.000Z (over 1 year ago)
- Last Synced: 2024-05-01T09:40:03.748Z (8 months ago)
- Topics: learn, spirituality, vedic
- Language: TypeScript
- Homepage:
- Size: 483 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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