https://github.com/markkvdb/grow-bright
Baby tracking application
https://github.com/markkvdb/grow-bright
Last synced: over 1 year ago
JSON representation
Baby tracking application
- Host: GitHub
- URL: https://github.com/markkvdb/grow-bright
- Owner: markkvdb
- Created: 2025-01-09T13:24:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-02T12:10:09.000Z (over 1 year ago)
- Last Synced: 2025-02-02T13:20:41.474Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 3.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# grow-bright
A Rails application for tracking and visualizing the growth of your child.
## Prerequisites
- Ruby 3.2.2+
- Node.js 18+
- Docker (for production deployment)
- ImageMagick
## Quick Start
TODO
## Development Setup
Clone the repository and run `bin/setup` to install dependencies, set up the database, and seed the database with sample data and run the server.
To test the application, run `bin/test`.
## Deployment
TODO