- Readme.md
- architecture: this folder contains documentation regarding the architecture of your system.
docker-compose.yml: to start the backend (starts all microservices)- backend-java: contains microservices written in java
- demo-artifacts: contains images, files, etc that are useful for demo purposes.
- frontend-web: contains the Angular webclient
Each folder contains its own specific .gitignore file.
✔️(COMMENT) Add setup instructions and provide some direction to run the whole application: frontend to backend.