{"id":46365661,"url":"https://github.com/byronka/memoria_project","last_synced_at":"2026-03-05T02:16:01.084Z","repository":{"id":222002868,"uuid":"755991222","full_name":"byronka/memoria_project","owner":"byronka","description":"A family tree / memorial site, an example of a larger project built with Minum","archived":false,"fork":false,"pushed_at":"2026-03-01T21:35:21.000Z","size":9981,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-02T00:54:22.773Z","etag":null,"topics":["minimalist","server-side-rendering","tdd","testing"],"latest_commit_sha":null,"homepage":"https://inmra.com","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/byronka.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-02-11T17:14:27.000Z","updated_at":"2026-03-01T21:35:24.000Z","dependencies_parsed_at":"2024-03-01T16:45:57.417Z","dependency_job_id":"f5e0e9de-9634-436b-9078-22161844005e","html_url":"https://github.com/byronka/memoria_project","commit_stats":null,"previous_names":["byronka/large_sample_project"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/byronka/memoria_project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byronka%2Fmemoria_project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byronka%2Fmemoria_project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byronka%2Fmemoria_project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byronka%2Fmemoria_project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/byronka","download_url":"https://codeload.github.com/byronka/memoria_project/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byronka%2Fmemoria_project/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30106599,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T01:39:18.192Z","status":"online","status_checked_at":"2026-03-05T02:00:06.710Z","response_time":93,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["minimalist","server-side-rendering","tdd","testing"],"created_at":"2026-03-05T02:16:00.208Z","updated_at":"2026-03-05T02:16:01.076Z","avatar_url":"https://github.com/byronka.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"Memoria, a site for memories\n============================\n\nMemoria, a site for memories, production site at https://inmra.com/\n\nThis is a combination memorial and a family tree.  It provides an\nability to easily add information for family members.  This\ninformation includes relations to other family members, biographical\ninfo, and photographs.\n\nInteresting technical aspects of the project:\n\n- Size of the application, including all necessary dependencies: 600 Kb.\n- Database/Web server: included, provided by [Minum](https://github.com/byronka/minum)\n- Startup time: 500 milliseconds\n- Average memory usage: 64 Mb\n- Peak memory usage: 300 Mb with 176 persons and 387 photos under heavy continuous loading\n- Average time per request: 5 milliseconds\n\nQuick Start, after cloning\n--------------------------\n\n_Build and run:_\n\n```shell\nmake restore_sampledb\nmake run\n```\nthen visit http://localhost:8080\n\n_Run pre-built system:_\n\n```shell\ncd docs\ntar zxf inmra.tar.gz\ncd inmra\n./start.sh\n```\nthen visit http://localhost:8080\n\nQuick Start, downloading binary\n-------------------------------\n\n- Download it [here](https://github.com/byronka/memoria_project/raw/master/docs/inmra.tar.gz)\n- decompress it: `tar zxf inmra.tar.gz`\n- change to its directory: `cd inmra`\n- start the program: `java -jar inmra.jar` or `docker compose up -d`\n- visit http://localhost:8080\n- To shut down - if run using `java -jar`, press ctrl-c.  If docker, run `docker compose down`\n  - Note: the README in the inmra directory has critical information to login as admin\n\nMore-detailed Quick Start\n-------------------------\n\nThis is an ongoing long-term project to develop software for a combined family tree and memorial site. While it\nis incomplete, it acts as a realistic example for the [Minum](https://github.com/byronka/minum) web framework.\n\n* This project uses Gnu Make as its build tool, wrapping calls to [Maven](https://maven.apache.org/)\n* To load a sample database: `make restore_sampledb`, then run with `make run`.  Wait until the\n  message \"System is ready\" and then hit http://localhost:8080\n  * To operate as an administrator, login at http://localhost:8080/login with a username of admin and \n    the password in the file \"admin_password\" in the root of the database directory. \n* To run tests: `make test`\n* For help: `make`\n* Production version running at https://inmra.com\n\nSee the [development handbook](docs/development_handbook.md)\n\nSystem requirements: \n--------------------\n\nDeveloped on a Windows 10 64-bit professional, on Cygwin, OpenJDK 21, with Gnu Make 4.4\n\nDirectories:\n------------\n\n- docs: documentation for the project\n- cloud_operations: documents and scripts for deployment to the cloud\n- .git: necessary files for Git.\n- sample_db: a test database\n- scripts: scripts that are run during compilation / analyzing / preparation for deployment\n- src: source code for the application\n- ui_tests: a separate project directory for the UI end-to-end tests\n\nRoot-level files:\n-----------------\n\n- .gitignore: files we want Git to ignore.\n- .gitattributes: some details of how we want Git to operate on our project\n- Makefile: configuration for the build tool, Gnu Make\n- memoria.iml: untracked by Git - a configuration file for Intellij (optional)\n- mvnw, mvnw.cmd - Maven's \"wrapper\" files - a way to provide Maven without it being already installed.\n- pom.xml: Maven's configuration file, for building and obtaining dependencies\n- README.md: this file\n- SYSTEM_RUNNING: if this exists, it means the application is running\n\n\u003cimg src='docs/pics/command_line_run_output.jpg' alt='Result of running from the command line' width=100%\u003e\n\u003chr\u003e\n\u003cimg src='docs/pics/homepage.jpg' alt='A view of the homepage, showing sample persons and the search' width=100%\u003e\n\u003chr\u003e\n\u003cimg src='docs/pics/detail_view.jpg' alt='A detail view of a person' width=100%\u003e\n\u003chr\u003e\n\u003cimg src='docs/pics/login.jpg' alt='Login as admin' width=100%\u003e\n\u003chr\u003e\n\u003cimg src='docs/pics/editing_person.jpg' alt='Editing the details of a person' width=100%\u003e\n\u003chr\u003e\n\u003cimg src='docs/pics/photo_editing_form.jpg' alt='Editing the photos associated with a person' width=100%\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbyronka%2Fmemoria_project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbyronka%2Fmemoria_project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbyronka%2Fmemoria_project/lists"}