This project's goal is to manage our family menus. Currently, it work around recipe, sidedishes and one week display.
The current state of the project are listed in the project pages on github.
Angular 7 with Angular Material
To build : npm run build
. It changes to base to "/menus"
Java 8 with spring boot
To build : mvn clean install
. Generates a war to be deploy.
To start db: docker run --name mongodb -d -p 27017:27017 mongodb/mongodb-community-server:latest
Backend is hosted by tomcat 9
Frontend is hosted by nginx
Nginx set reverse-proxy on /menus-back
SSL is defined using cerbot