Skip to content

Grails 3 web application for easy weekly meal planning

Notifications You must be signed in to change notification settings

mattk410/MealPlanner

 
 

Repository files navigation

Meal Planner

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.

Features:

  • Recipe history
  • User defined dish types and categories
  • Calendar views

Uses

Installation

The easiest way to install most binaries on OS X is via Homebrew and SDKMAN.

  • Java 8: Download the latest JDK 8
  • Grails 3.1.12: $ sdk install grails 3.1.12
  • Gradle (latest): $ sdk install gradle
  • Groovy (latest): $ sdk install groovy
  • PostgreSQL: $ brew install postgresql

Usage

Run the application with Gradle

./gradlew bootRun

Contributing

View CONTRIBUTING.md

License

TODO: Write license

About

Grails 3 web application for easy weekly meal planning

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 88.6%
  • CSS 6.6%
  • Groovy 4.8%