https://github.com/mrjono1/oven
Generates C# MVC Backend, React (React-Admin) Frontend
https://github.com/mrjono1/oven
code-generation react-admin
Last synced: 9 months ago
JSON representation
Generates C# MVC Backend, React (React-Admin) Frontend
- Host: GitHub
- URL: https://github.com/mrjono1/oven
- Owner: mrjono1
- Created: 2019-07-22T10:24:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T04:31:10.000Z (about 3 years ago)
- Last Synced: 2023-03-12T05:17:10.291Z (almost 3 years ago)
- Topics: code-generation, react-admin
- Language: C#
- Homepage:
- Size: 2.34 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Oven
Generates C# MVC Backend, React (React-Admin) Frontend
Oven.Console uses hard coded configuration to generate a configuration UI that can then be used to call the Oven.Api Project to Generate your own application
Configuration is best done via the API sending in a JSON payload of your configuration.
The JSON configuration is then stored in git and the generated solution is also stored in a seperate git repo.
Currently the project has been configured to use Azure Dev Ops to create repos so that will need updating to GitHub
## Commit History
The project has been rewritten many times going through the commit history it generates in different ways.
The current commit generates a Mongo DB Data Access Layer, [React-Admin](https://github.com/marmelab/react-admin) UI
Previously it generated a EF Core SQL Server Data Access Layer. This was the most stable version.
Way back I was generating an angular 2+ UI