Developing Backend
When creating the backend for a Cadmus project, typically you will:
- create a core solution to host your project-specific models (parts and fragments with their seeders and services), if required.
- create an API solution for your project web API, which will be consumed by the frontend editor. This API solution will just be a wrapper for imported logic except for the configuration, which will be specific to your project.