An open API service indexing awesome lists of open source software.

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

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