Nicegui widgets/Tutorial: Difference between revisions
Jump to navigation
Jump to search
(Created page with "= Example Usecase = This tutorial uses the ConferenceCorpus as it's usecase. As part of my research for the ConfIDent Project i am gathering metadata for scientific events fro...") |
No edit summary |
||
| Line 3: | Line 3: | ||
scientific events from different datasources. There has been a lack of a proper frontend for the past few years although there have been several attempts | scientific events from different datasources. There has been a lack of a proper frontend for the past few years although there have been several attempts | ||
to create a webserver and RESTFul services e.g. with | to create a webserver and RESTFul services e.g. with | ||
* Flask | * Flask see [http://fb4demo.bitplan.com/ Flask with bootstrap 4 demo] | ||
* justpy | * justpy see [http://jpdemo.bitplancom Justpy demo] | ||
As of 2023-11 the project is now migrated to nicegui | As of 2023-11 the project is now migrated to nicegui using the nicegui widgets ([http://ngdemo.bitplan.com demo]) | ||
Revision as of 06:59, 18 November 2023
Example Usecase
This tutorial uses the ConferenceCorpus as it's usecase. As part of my research for the ConfIDent Project i am gathering metadata for scientific events from different datasources. There has been a lack of a proper frontend for the past few years although there have been several attempts to create a webserver and RESTFul services e.g. with
- Flask see Flask with bootstrap 4 demo
- justpy see Justpy demo
As of 2023-11 the project is now migrated to nicegui using the nicegui widgets (demo)