Developing Backend

When creating the backend for a Cadmus project, typically you will:

  1. create a core solution to host your project-specific models (parts and fragments with their seeders and services), if required.
  2. 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.