ifctester.webapp - add to readme

This commit is contained in:
Andrej730
2024-10-29 16:08:00 +05:00
parent edafb722e4
commit 14bac88aca
2 changed files with 9 additions and 0 deletions
+5
View File
@@ -56,3 +56,8 @@ my_ids.validate(my_ifc)
# show results:
reporter.Console(my_ids).report()
```
### ifctester web app
Can be started by `cd webapp && python app.py`.
+4
View File
@@ -76,3 +76,7 @@ def audit():
engine = ifctester.reporter.Json(specs)
engine.report()
return engine.to_string()
if __name__ == "__main__":
app.run(debug=False)