{"id":20678715,"url":"https://github.com/diegotoral/pressy","last_synced_at":"2026-05-09T05:32:23.079Z","repository":{"id":40195110,"uuid":"222118237","full_name":"diegotoral/pressy","owner":"diegotoral","description":"a tool for creating interactive presentations from boring PDF files (built over the night).","archived":false,"fork":false,"pushed_at":"2023-03-16T09:51:38.000Z","size":3042,"stargazers_count":0,"open_issues_count":44,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-16T08:17:14.373Z","etag":null,"topics":["rails","ruby","vuejs"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/diegotoral.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2019-11-16T15:22:50.000Z","updated_at":"2022-04-19T13:00:29.000Z","dependencies_parsed_at":"2025-01-17T15:15:31.279Z","dependency_job_id":"8170277e-4fde-41a6-b32e-70d9a01eeb1a","html_url":"https://github.com/diegotoral/pressy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/diegotoral/pressy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diegotoral%2Fpressy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diegotoral%2Fpressy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diegotoral%2Fpressy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diegotoral%2Fpressy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/diegotoral","download_url":"https://codeload.github.com/diegotoral/pressy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diegotoral%2Fpressy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32808422,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"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":["rails","ruby","vuejs"],"created_at":"2024-11-16T21:21:53.918Z","updated_at":"2026-05-09T05:32:23.026Z","avatar_url":"https://github.com/diegotoral.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pressy\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://www.ruby-lang.org/en/\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Ruby-v2.6.3-green.svg\" alt=\"ruby version\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"http://rubyonrails.org/\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Rails-v6.0.1-brightgreen.svg\" alt=\"rails version\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"\"\u003e\n    \u003cimg src=\"https://app.codeship.com/projects/a34eb3f0-eac2-0137-833d-22ee8611456c/status?branch=master\" alt=\"Codeship Status\"\u003e\n  \u003c/a\u003e\n  \u003ca href='https://coveralls.io/github/diegotoral/pressy'\u003e\n    \u003cimg src='https://coveralls.io/repos/github/diegotoral/pressy/badge.svg' alt='Coverage Status' /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n*pressy* is a web based app for creating interactive presentations from *boring* PDF files.\n\n## Features\n\n*pressy* main features are:\n\n- [x] Simpe user sign up with email\n- [x] Support for creating presentations from PDF files\n- [x] Presentations management (create, update, delete)\n- [x] Preview presentations\n- [ ] Support for adding audio to slides with drag \u0026 drop\n- [ ] Slides sorting\n- [ ] Interactive elements (polls, free text question, embed YouTube videos)\n- [ ] Presentation statistics (answers, views, etc)\n- [ ] Answers report dashboard\n- [ ] Presentation exporter (zip)\n\n## Codebase\n\n### The Stack\n\nWe run on a Ruby on Rails 6 backend with sprinkles of Vue.js and vanilla JavaScript on the frontend.\n\n## Getting Started\n\nThis section provides a high-level requirement \u0026 quick start guide.\n\n### Prerequisites\n\n- [Ruby](https://www.ruby-lang.org/en/): we recommend using [rbenv](https://github.com/rbenv/rbenv) to install the Ruby version listed on the badge.\n- [Yarn](https://yarnpkg.com/): please refer to their [installation guide](https://yarnpkg.com/en/docs/install).\n- [PostgreSQL](https://www.postgresql.org/) 9.4 or higher.\n- [ImageMagick](https://imagemagick.org/): please refer to ImageMagick's [installation instructions](https://imagemagick.org/script/download.php). Alternatively, macOS users can install ImageMagick with `brew install imagemagick`\n- A process manager: we recommend using [hivemind](https://github.com/DarthSim/hivemind)\n- [Docksplit](http://documentcloud.github.io/docsplit/): please refer to their [Installation \u0026 Dependencies](http://documentcloud.github.io/docsplit#installation)\n\n### Standard Installation\n\n1. Make sure all the prerequisites are installed.\n1. Fork or clone *pressy* repository.\n1. Clone the repository, ie. `git clone git@github.com:\u003cyour-username\u003e/pressy.git`\n1. Run `bin/setup`\n1. Set up your environment variables/secrets\n\n    - Take a look at `.env`. This file lists all the `ENV` variables we use and provides fake default for any missing keys.\n    - Change values at `.env` to meet your local setup\n\n1. That's it! Use `foreman` or `hivemind` to start the server\n```\n$ hivemind Procfile.dev\n```\n\n### Docker Installation\n\n[TODO]\n\n### Workflow\n\nWe use [Spring](https://github.com/rails/spring), and it is already included in the project.\n\n1. Use the provided bin stubs to start Spring automatically, i.e. `bin/rails server`, `bin/rspec spec/models/`, `bin/rails db:migrate`.\n1. If Spring isn't picking up on new changes, use `spring stop`.\n\n## Deployment\n\n[coming soon!]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiegotoral%2Fpressy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiegotoral%2Fpressy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiegotoral%2Fpressy/lists"}