File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,13 +10,14 @@ A boilerplate for creating CRUD based Web API.
1010- Separate SQL queries file (queries-mysql.ini and queries-sqlite.ini)
1111- Sample database auto-generated for first run (Category and Product tables with dummy data)
1212- Versioning (using ROOT_PATH in config.ini, set as "/" if you don't want versioning)
13+ - Auto generated documentation with API test.
1314
1415# How to use:
15161 . Copy the "Web API.b4xtemplate" file into B4J platform Additional folder.
16172 . Open B4J and create a new project with "Web API" template. Give your project any name you like, for e.g. WebAPI
17183 . Run the project in Debug or Release mode. You will see something like this in the Logs:
1819```
19- Web API server (version = 1.09 ) is running on port 19800
20+ Web API server (version = 1.10 ) is running on port 19800
2021Open the following URL from your web browser
2122http://127.0.0.1:19800/v1/
2223```
You can’t perform that action at this time.
0 commit comments