Difference between revisions of "Nicegui widgets/Tutorial"

From BITPlan Wiki
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...")
 
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 08: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

As of 2023-11 the project is now migrated to nicegui using the nicegui widgets (demo)