Data Dino is a fully functional data marketplace, allowing users to upload data in any form and sell to other users.
- Docker
docker-compose- DataDino images (download as tarballs & do not extract):
- dino-mysql: database
- dino-spring: backend
- dino-ui: frontend
- DataDino uses ports
4040,8080and3307onlocalhost; these ports must be available!
-
Copy the images to the root directory:
Team7-2.0. -
Load the images from the tarballs:
$ docker load -i dino-mysql.tar $ docker load -i dino-spring.tar $ docker load -i dino-ui.tar
-
Use
docker-composeto start DataDino:$ docker-compose up
-
In your browser, navigate to
localhost:4040to see DataDino.
By default, an admin account is automatically created with email [email protected] and password admin.



