Skip to content

noi-techpark/odh-databrowser-core

Repository files navigation

odh-databrowser-core

.Net MVC Frontend to display odh-api-core data

REUSE Compliance CI/CD

Project Goals/Requirements:

  • .Net Core 5
  • Docker Support
  • Swagger Support
  • Identity Server Integration (Keycloak)
  • AngularJS

Test instance https://frontend.tourism.testingmachine.eu/
Production instance https://tourism.databrowser.opendatahub.com

Getting started:

Clone the repository

Environment Variables

  • OAUTH_AUTORITY (Oauth Server Authority URL)
  • OAUTH_CLIENTID (Client ID for accessing Oauth Server)

using Docker

docker-compose up starts the appliaction on http://localhost:6002/

using .Net Core CLI

Install .Net Core SDK 5
go into \odh-databrowser-core\ folder
dotnet run starts the application on https://localhost:6001/ http://localhost:6002/

REUSE

This project is REUSE compliant, more information about the usage of REUSE in NOI Techpark repositories can be found here.

Since the CI for this project checks for REUSE compliance you might find it useful to use a pre-commit hook checking for REUSE compliance locally. The pre-commit-config file in the repository root is already configured to check for REUSE compliance with help of the pre-commit tool.

Install the tool by running:

pip install pre-commit

Then install the pre-commit hook via the config file by running:

pre-commit install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published