A simple, web-based meal planning application. Each Meal
consists of one or more Dish
which are grouped by DishType
(e.g. Main, Starch, Vegetable, Dessert).
This way, you can ensure each Meal this week is covered.
- Recipe history
- User defined dish types and categories
- Calendar views
The easiest way to install most binaries on OS X is via Homebrew and SDKMAN.
- Java 8: Download the latest JDK 8
- Grails 3.3.3:
$ sdk install grails 3.3.3
- Gradle (latest):
$ sdk install gradle
- Groovy (latest):
$ sdk install groovy
- PostgreSQL:
$ brew install postgresql
Create the database
psql -f sql/setup.sql
Run the application with Gradle.
./gradlew bootRun
View CONTRIBUTING.md
TODO: Write license