Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 757 Bytes

File metadata and controls

16 lines (12 loc) · 757 Bytes

Fullstack Java Project

Folder structure

  • 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.
⚠️ complete these files asap, so you don't litter your repository with binary build artifacts!

How to setup and run this application

✔️(COMMENT) Add setup instructions and provide some direction to run the whole application: frontend to backend.