This repository contains the source code for the Bridging Module Project for the MTech Software Engineering
- Oracle JDK 17.0.1 (aka Java 17)
- Apache Maven 3.8.3
- Helidon CLI: https://helidon.io/docs/v2/#/about/05_cli
- Docker Desktop (for PostgreSQL image)
- Run
docker-compose -f docker-compose.yml up -d
in the root folder - Run
helidon dev
in thevmcs
subfolder
TODO
Just type mvn test
in the vmcs
subfolder
- NodeJS v14 or later
- Buefy: https://buefy.org/documentation
- VueJS: https://vuejs.org/v2/guide/
Run npx live-server
in the frontend
folder