Tool for comparison database efficiency.
These instructions will get you a copy of the project up and running on your local machine for development purposes.
- MySQL
- MongoDB
-
Download JavaFX library for specific system and JDK version: https://gluonhq.com/products/javafx/
-
Add lib folder from JavaFX to classpath of the project
-
Copy .env.example to .env
-
Provide correct data for your environment file ( .env )
For example:
# MySQL configuration
MYSQL_HOST=localhost
MYSQL_PORT=3306
MYSQL_USER=root
MYSQL_PASSWORD=root
# MongoDB configuration
MONGODB_HOST=localhost
MONGODB_PORT=27017