| Category | Status |
|---|---|
| Conventions | |
| Code Stats | |
| Security | |
| Development | |
| Issues | |
| Pull Requests | |
| Release Status |
The Entity Value Aggregate Server codebase is organized as a monorepo with npm workspaces
- The npm packages can be found in the packages folder of the monorepo.
- The servers can be found in the servers folder of the monorepo.
- The root of the workspace contains npm scripts in the root package.json to let developers build the entire monorepo with a single command.
The Entity Value Aggregate Server codebase is designed and architected according to the principles of Domain Driven Design and Modular Monolith
See Modular Monolith with DDD for an equivalent implementation in C# / .NET, and for an explanation of Modular Monoliths, DDD, CQRS, the C4 Model, et al.
The documentation on how this server is designed and architected can be found at REST API Server Design
All contributors to this project are expected to adhere to the Code of Conduct specified.
Details on getting the code, setting up the development environment, and instructions on how to extend/build/test the code are detailed in the Contribution Guide
This project follows the all-contributors specification. Contributions of any kind, from all Twyr Team Members, are welcome!
Vish Desai 💻 📆 |
This project is licensed under the MIT +no-false-attribs license. You may get a copy of the license by following the link, or at LICENSE.md