Skip to content

Commit

Permalink
Update the README
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksagona committed Sep 7, 2023
1 parent 7e808a8 commit d5b69fa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ The `<namespace>` parameter is the namespace of your application, for example `M
The optional parameters of `--web`, `--api`, and `--cli` will create the related files
and folders to run the application as a normal web application, an API-driven web
application, a CLI-driven console application or any combination thereof. The default
route for the web application is `/` and the default route for the API application
is `/api`. The web application will deliver a placeholder HTML page and the API
application will deliver a placeholder JSON response.
route for the web application or the API application is `/`. However, if both are
initialized, then the default route for the API application becomes to `/api`. The web
application will deliver a placeholder HTML page and the API application will deliver
a placeholder JSON response.

After the application files and folders are copied over, you will be asked if you
would like to configure a database. Follow those steps to configure a database and
Expand Down

0 comments on commit d5b69fa

Please sign in to comment.