https://github.com/dkniffin/kinship
An open-source, self-hosted genealogy app
https://github.com/dkniffin/kinship
Last synced: about 2 months ago
JSON representation
An open-source, self-hosted genealogy app
- Host: GitHub
- URL: https://github.com/dkniffin/kinship
- Owner: dkniffin
- Created: 2019-07-05T00:42:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-11T15:31:01.000Z (almost 4 years ago)
- Last Synced: 2025-02-10T07:17:07.486Z (4 months ago)
- Language: Ruby
- Size: 804 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kinship
Kinship is an open-source, self-hosted genealogy app. *It is very much still a work in progress*
## Table of Contents
- [Stack](#stack)
- [Getting Started](#getting-started)
- [Installation](#installation)
- [Usage](#usage)## Stack
- Rails - ~> 6.0.3
- Ruby - 2.7.0
- PostgreSQL## Getting Started
### Prerequisites
If you haven't installed ruby, bundler, and postgresql do that first.
### Installation
Then, do the following to set up this app:```sh
git clone [email protected]:dkniffin/kinship.git
cd kinship
bundle install
bundle exec rails db:setup create_dummy_data
```### Usage
To run the app locally (using [overmind](https://github.com/DarthSim/overmind)):
```sh
bundle exec overmind start
```Or run two sepearate processes for `bundle exec rails s` and `bin/webpack-dev-server`
Then navigate to http://localhost:3000