From 6faa483bc07820da7471f987084720cc27b7ec03 Mon Sep 17 00:00:00 2001 From: Erik Foris Date: Sat, 6 Jul 2024 21:55:24 +0200 Subject: [PATCH] chore: add preliminary documentation --- README.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/README.md b/README.md index e69de29..fcf89b0 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,35 @@ +# 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 +``` + +2. Install Java 22-jdk: +plese refer to the Instalation instructions for your os + +3. 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](LICENSE) file for more information. \ No newline at end of file