Go to file
2024-07-06 21:55:24 +02:00
.mvn/wrapper chore: Add initial project files and configurations 2024-06-14 14:12:06 +02:00
src Refactor DatasetService and CategoryService for better code organization and encapsulation 2024-07-06 21:11:27 +02:00
.gitignore Add looking glass icon 2024-06-14 15:02:17 +02:00
mvnw chore: Add initial project files and configurations 2024-06-14 14:12:06 +02:00
mvnw.cmd chore: Add initial project files and configurations 2024-06-14 14:12:06 +02:00
pom.xml chore: Update Spring Boot version to 3.3.1 in pom.xml & remove unused dependency 2024-07-06 20:41:31 +02:00
README.md chore: add preliminary documentation 2024-07-06 21:55:24 +02:00

Project Name: DataDash

Description:

DataDash is a simple product hunt like "Tool" for searching and descovering the newest Datasets and API's. It provides the ability to Up-/ Down- vote entries, and to indicate the qulaity of a given Dataset/API by giving up to 5 starts.

Features:

Installation:

To install DataDash, follow these steps:

  1. Clone the repository:
git clone https://github.com/your-username/DataDash.git
  1. Install Java 22-jdk: plese refer to the Instalation instructions for your os

  2. Start the application:

./mvnw spring-boot:run

additional requirements will be downloaded by maven.

Usage:

  1. Open your web browser and navigate to http://localhost:8080.
  2. Click on the "Upload Data" button to import your data.
  3. Select the desired chart type and customize it according to your preferences.
  4. Explore and interact with the chart by using the provided controls.
  5. Save and share your visualizations with others.

License:

This project is licensed under the MIT License. See the LICENSE file for more information.