NOTE: This is still a work in progress, we are looking for feedbacks from Angular JS experts.
Reverse a sample SQL schema and generate a full S-CRUD SpringBoot/JPA/AngularJS Web Application.
S-CRUD means: Search, Create, Read, Update, Delete
The code generation is done by Celerio.
The project uses its own code generation templates, see src/main/celerio.
The generated application relies on:
- Springboot
- JPA
- Angular JS
- Java 8
- Maven 3.1.1
- npm
- bower
bower install
From this folder run from:
mvn -Pdb,metadata,gen
mvn spring-boot:run
http://localhost:8080/myApp
mvn -PcleanGen clean
You may contribute in several ways:
- By using the generated app and trying to find its limits
- By reviewing the generated code, is Spring Boot / AngularJS properly used ?
- By trying to generate a project using your own database schema
You may of course report issues and/or submit pull requests.