{"id":21989663,"url":"https://github.com/micrum/table-editor","last_synced_at":"2026-04-10T15:08:04.263Z","repository":{"id":74653916,"uuid":"55297779","full_name":"micrum/table-editor","owner":"micrum","description":null,"archived":false,"fork":false,"pushed_at":"2016-04-04T00:09:56.000Z","size":44,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-28T08:54:53.368Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://table-editor.herokuapp.com/","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/micrum.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":"2016-04-02T14:06:00.000Z","updated_at":"2016-04-02T15:58:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"b81622ef-53f2-4afe-952f-9849971a10d9","html_url":"https://github.com/micrum/table-editor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micrum%2Ftable-editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micrum%2Ftable-editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micrum%2Ftable-editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micrum%2Ftable-editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/micrum","download_url":"https://codeload.github.com/micrum/table-editor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245048493,"owners_count":20552521,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-29T19:31:59.495Z","updated_at":"2025-12-30T21:47:43.146Z","avatar_url":"https://github.com/micrum.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Table-editor\n\nTable-editor with REST API and CRUD operations. Powered with Ruby on Rails, PostgreSQL and React.js\n\nCheck out [DEMO](https://table-editor.herokuapp.com/)\n\n## Set up and development\n\nClone repository:\n\n    $ https://github.com/micrum/table-editor.git\n    $ cd table-editor\n\nInstall RVM:\n\n    $ \\curl -sSL https://get.rvm.io | bash\n\nInstall ruby, create a gemset:\n\n    $ rvm install ruby-2.3.0\n    $ rvm use 2.3.0@teditor --create\n    \nInstall app dependencies:\n\n    $ gem install bundler \u0026\u0026 bundle install\n    \nInstall Postgres:\n\nhttp://www.postgresql.org/download/\n    \nCreate database \u0026 update DB schema:\n\n    $ rake db:create\n    $ rake db:migrate\n    \nRun development server:\n \n    $ rails s\n\nEnjoy:\n\nhttp://0.0.0.0:3000/\n\n## API\n\nGET\t`/fragments` display a list of all fragments\n\nPOST `/fragments`\tcreate a new fragment\n\nPUT\t`/fragments/:id` update a specific fragment\n\nDELETE `/fragments/:id` delete a specific fragment\t\n\n## Application structure\n\n    .\n    |-- app/\n    |   |-- assets/\n    |   |   |-- javascripts/\n    |   |   |   |-- components/ # React components\n    |   |   |-- stylesheets/ # CSS\n    |   |-- controllers/ # Rails controllers\n    |   |-- models/ # Rails models\n    |   |-- views/ # HTML templates with embedded Ruby\n    |-- config/ # app config files and initializers\n    |-- db/ # DB schema and migrations\n    |-- Gemfile # List of Ruby gems\n    |-- Procfile # Heroku dyno scripts\n    |-- README.md","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrum%2Ftable-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicrum%2Ftable-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrum%2Ftable-editor/lists"}