One thought going through backend developers mind is always: "Could this be automated?" Well, look no further - Be-Generic enables any developer to set up a base project really easy while they are preparing their database. Using Be-Generic, you can skip the implementation of mundane code that can be autogenerated based on ERM-UML transcription data and focus more on the code that represents clients custom implementations.
- Easily define entities and client-side properties using SQL
- Expand objects and send additional data to Front End without needing to change code
- Override any Be-Generic controller with custom code (by creating actual controller class)
- Attach pre- and post- actions to Generic controller controllers, for example to delete profile image after deleting user profile
- Use auto-generated Entity Framework classes (based on SQL definition)
- Use Front-End and Back-End security filters to improve security and time of development
ℹ SAMPLES ℹ https://github.com/be-generic/be-generic/tree/main/BeGeneric.Backend.Sample Sample implementations can be found on the following links (more comming later):
ℹ SETUP INSTRUCTIONS ℹ
To setup the project please follow the instructions in the documentation on the Wiki page
be-generic is fair-code distributed under the Sustainable Use License.
Additional information about the license model can be found in the docs.