The backend mainly consist of:
- Controllers
- Models
- Services
For building and running the application you need:
mvn spring-boot:run
git clone git@github.com:ccd-course/frontend_app.git
cd frontend_app
docker-compose up
Local instances can be found here:
- Frontend http://localhost:3000/
(The first loading of the page takes a long time, because it needs to fetch dependencies and is not optimized due to
npm start
) - Backend http://localhost:8080/
- JavaDocs for Backend http://localhost:80/
The develop branches of frontend and backend are auto deployed on every commit: