Family organiser
Go to file
Trevor Vallender c3dba29b8f Add Rubocop 2024-04-14 11:48:42 +01:00
app Add Rubocop 2024-04-14 11:48:42 +01:00
bin Add User model 2024-04-14 11:10:10 +01:00
config Add Rubocop 2024-04-14 11:48:42 +01:00
db Add User model 2024-04-14 11:10:10 +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 Add Rubocop 2024-04-14 11:48:42 +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.