Kemenu web application, for menu management written in Java and Angular.
/show
customization:warning: Before running the frontend you have to compile the frontend:
mvn -U clean install -pl :kemenu-frontend
bash kemenu-frontend/npm --prefix kemenu-frontend run start
bash kemenu-frontend/npm --prefix kemenu-frontend run ng <NG_COMMAND>
bash kemenu-frontend/npm --prefix kemenu-frontend install <PACKAGE>
mvn -U clean install -pl :kemenu-frontend && mvn -U clean test package -pl :kemenu-backend
mvn -U clean install -pl :kemenu-frontend
mvn -U clean test package -pl :kemenu-backend
mvn -U clean test -pl :kemenu-acceptance-tests
docker-compose up
:warning: Before running the backend, you need to have the docker running with mongodb.
kemenu-backend/src/main/java/com/kemenu/kemenu_backend/Application.java
Debug 'Application'
Run
> Edit Configurations...
Spring Boot
> Application
> Environment
VM options
the following -Dspring.profiles.active=dev
Apply
and then in OK
A branch must be named following this convention:
KEM-9_login_page