Skip to content

HassanGG/DataDino

Repository files navigation

DataDino

Data Dino is a fully functional data marketplace, allowing users to upload data in any form and sell to other users.

Running DataDino

Prerequisites

  1. Docker
  2. docker-compose
  3. DataDino images (download as tarballs & do not extract):
    • dino-mysql: database
    • dino-spring: backend
    • dino-ui: frontend
  4. DataDino uses ports 4040, 8080 and 3307 on localhost; these ports must be available!

Steps

  1. Copy the images to the root directory: Team7-2.0.

  2. Load the images from the tarballs:

    $ docker load -i dino-mysql.tar
    $ docker load -i dino-spring.tar
    $ docker load -i dino-ui.tar
  3. Use docker-compose to start DataDino:

    $ docker-compose up
  4. In your browser, navigate to localhost:4040 to see DataDino.

Admin

By default, an admin account is automatically created with email [email protected] and password admin.

Images

Main Page Admin Orders Admin Graph Browse

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •