Other (prototype)
Setup
- Terminal:
git clone URL - IDE: guide for IntelliJ IDEA
- IDE: guide for Visual Studio Code
Maven goals
- Clean:
mvn clean - Run:
mvn spring-boot:run - Run tests:
mvn test - IDE: guide for IntelliJ IDEA
Project hierarchy
- Tests:
src/test/java - Backend:
src/main/java - Frontend:
src/main/resources
Recommended software
- JDK: OpenJDK 17
- Node: Node 16.13.0
- IDE: IntelliJ IDEA 2021
- IDE: Visual Studio Code 1.62
Organization repositories
Project
- Backend:
app - Frontend:
webapp - Docs:
documentation - Prototype:
spike