Onto-Med / top-backend

Spring Boot based backend of the TOP Framework
MIT License
0 stars 1 forks source link

Add startup routine that imports demo data #202

Closed ChristophB closed 8 months ago

ChristophB commented 8 months ago

Limitations

  1. The demo data only consists of a simple phenotype model. No adaptor or data source is created.
  2. If the demo organisation is deleted, it will automatically be recreated on the next start up, if IMPORT_DEMO_DATA is not set to false.
  3. If Oauth2 is enabled, a dummy user 'demo-user' will be created to perform the import. The demo user will have manage privileges for the demo organisation.