Skip to content

Commit 883efb6

Browse files
authored
Update README.md
1 parent 3d4482a commit 883efb6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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:
1516
1. Copy the "Web API.b4xtemplate" file into B4J platform Additional folder.
1617
2. Open B4J and create a new project with "Web API" template. Give your project any name you like, for e.g. WebAPI
1718
3. 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
2021
Open the following URL from your web browser
2122
http://127.0.0.1:19800/v1/
2223
```

0 commit comments

Comments
 (0)