Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bobholt/genealogists-friend
A research organizer for genealogists
https://github.com/bobholt/genealogists-friend
Last synced: 24 days ago
JSON representation
A research organizer for genealogists
- Host: GitHub
- URL: https://github.com/bobholt/genealogists-friend
- Owner: bobholt
- License: mit
- Created: 2014-08-22T22:39:22.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-24T03:45:34.000Z (about 10 years ago)
- Last Synced: 2024-10-03T19:10:33.475Z (about 1 month ago)
- Language: JavaScript
- Size: 223 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Genealogist's Friend
The Genealogist's Friend helps serious genealogists keep their facts, sources, and assertions straight.
# Requirements
1. Node.js
# Installation
1. Rename the files in `/config/env` to remove the `-sample` from the filenames.
2. Update these files with your database and session secret configuration.
3. Run `npm install` at the root.
4. You may have to run `npm install` in the `/public` directory.
5. Run `node server.js` in the root directory.The app should (should) be running on http://localhost:3000/.