Family organiser
Go to file
Trevor Vallender 8fe132f2d1 Sessions! 2024-04-21 15:01:10 +01:00
app Sessions! 2024-04-21 15:01:10 +01:00
bin Add User model 2024-04-14 11:10:10 +01:00
config Sessions! 2024-04-21 15:01:10 +01:00
db Email verification workflow 2024-04-16 20:16:17 +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 Sessions! 2024-04-21 15:01:10 +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
.rubocop.yml Add Rubocop 2024-04-14 11:48:42 +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 Add Rubocop 2024-04-14 11:48:42 +01:00
Gemfile.lock Add Rubocop 2024-04-14 11:48:42 +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.