Family organiser
Go to file
Trevor Vallender 35321a156a Initial commit 2024-04-13 11:22:40 +01:00
app Initial commit 2024-04-13 11:22:40 +01:00
bin Initial commit 2024-04-13 11:22:40 +01:00
config Initial commit 2024-04-13 11:22:40 +01:00
db Initial commit 2024-04-13 11:22:40 +01:00
lib Initial commit 2024-04-13 11:22:40 +01:00
log Initial commit 2024-04-13 11:22:40 +01:00
public Initial commit 2024-04-13 11:22:40 +01:00
storage Initial commit 2024-04-13 11:22:40 +01:00
test Initial commit 2024-04-13 11:22:40 +01:00
tmp Initial commit 2024-04-13 11:22:40 +01:00
vendor Initial commit 2024-04-13 11:22:40 +01:00
.dockerignore Initial commit 2024-04-13 11:22:40 +01:00
.gitattributes Initial commit 2024-04-13 11:22:40 +01:00
.gitignore Initial commit 2024-04-13 11:22:40 +01:00
.ruby-version Initial commit 2024-04-13 11:22:40 +01:00
Dockerfile Initial commit 2024-04-13 11:22:40 +01:00
Gemfile Initial commit 2024-04-13 11:22:40 +01:00
Gemfile.lock Initial commit 2024-04-13 11:22:40 +01:00
README.md Initial commit 2024-04-13 11:22:40 +01:00
Rakefile Initial commit 2024-04-13 11:22:40 +01:00
config.ru Initial commit 2024-04-13 11:22:40 +01:00

README.md

Forg

Forg is a Family ORGaniser.

It will allow you to:

  • Set and assign todos
    • Includes regularly scheduled tasks, such as housework
  • Set a meal plan
    • Allows for advanced reminders to cook/purchase ingredients/defrost
  • Manage a shopping list

Development setup

Spin up the application with ./bin/setup.

Run tests with rails test.