Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 434 Bytes

File metadata and controls

14 lines (11 loc) · 434 Bytes

Muscade (java version)

Muscade is a Spring Boot web application for managing recipes. It's the rewrite of the original python/flask web application.

Features:

  • Add/modify/delete/view recipes
  • Mobile friendly interface with bootstrap
  • Authentication (open by default, set "auth.username" and "auth.password" to enable authentication)

Todo:

  • Translations (currently in French)
  • Custom categories
  • Documentation
  • Tests