- Java 11
- Maven 3
The configuration of the database is made throw the environment variables
MYSQL_ADDON_ADDRESS for the database host
MYSQL_ADDON_USER for the database user
MYSQL_ADDON_PASSWORD for the database password
MYSQL_ADDON_PORT for the database port
MYSQL_ADDON_DB_NAME for the database name
The upload feature require the amazon s3 configuration
S3_BUCKET_NAME
S3_ACCESS_KEY
S3_SECRET_KEY
Every front commands have to be run into the webapp folder
Run npm run start to start the development server
Run npm run buildapp to start the build of the webapp
Run npm run deployapp to start the deployment of the app
The builded app is automatically copied into the src/resources/static folder