I have been working on a code generation framework taking as input a mermaid static class model and outputting a full stack application. So far, I have code that outputs:
- DB creation for SQL and SQLite
- A C# webapi and express CRUD api
- A svelte UI to consume api
The generator is built in typescript and the static class model uses mermaid.
I am planning to add a generated angular UI.
Is there any interest in this - leave a comment if you think it is worth my adding further information. I've had a poke around and can't find any similar projects.
Top comments (0)