Skip to content

picressant/menus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Menus

This project's goal is to manage our family menus. Currently, it work around recipe, sidedishes and one week display.

Project

The current state of the project are listed in the project pages on github.

Front end

Angular 7 with Angular Material

To build : npm run build. It changes to base to "/menus"

Back end

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

DevOps

Backend is hosted by tomcat 9

Frontend is hosted by nginx

Nginx set reverse-proxy on /menus-back

SSL is defined using cerbot

About

Management of our family week menus

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published