File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Build Status] ( https://travis-ci.org/jaxio/celerio-angular-quickstart.svg?branch=master )] ( https://travis-ci.org/jaxio/celerio-angular-quickstart )
4
4
5
-
6
- This Angular quickstart uses Angular Cli to create the application skeleton and Celerio
5
+ This Angular quickstart uses Angular Cli to create an application skeleton and Celerio
7
6
to ** reverse your relational database schema** and ** generate** the Angular + Spring Boot code
8
7
to access your database content. The generated code covers much more areas than a simple Hello World app (search,
9
8
pagination, validation, auto-complete, etc.)
10
9
11
- To generate an application from a sample database, follow the instructions from the [ quickstart] [ ] folder.
10
+ To generate an application from our sample database, follow the instructions from the [ quickstart] [ ] folder.
12
11
13
12
Take a look at the generated code for yourself. Out of this
14
13
[ sample SQL schema] ( https://github.com/jaxio/celerio-angular-quickstart/blob/master/quickstart-conf/01-create.sql )
@@ -24,7 +23,7 @@ is just a matter of configuration. Check as an example our instructions to [use
24
23
25
24
The following [ screencast] ( https://www.youtube.com/watch?v=MBrgeykyTGs ) shows you what to expect.
26
25
27
- You may also run a docker image of the sample generated web :
26
+ You may also run a docker image of the sample generated webapp :
28
27
29
28
docker run -p 8080:8080 nromanetti/celerio-angular-quickstart
30
29
You can’t perform that action at this time.
0 commit comments