{"id":20629178,"url":"https://github.com/dcts/sinatra-boilerplate","last_synced_at":"2025-06-21T01:41:40.742Z","repository":{"id":40531961,"uuid":"205010611","full_name":"dcts/sinatra-boilerplate","owner":"dcts","description":"boilerplate code for a basic ruby sinatra app.","archived":false,"fork":false,"pushed_at":"2022-12-01T01:49:29.000Z","size":7,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-06T11:13:17.267Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/dcts.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}},"created_at":"2019-08-28T19:45:05.000Z","updated_at":"2019-08-28T19:45:22.000Z","dependencies_parsed_at":"2023-01-23T19:45:17.948Z","dependency_job_id":null,"html_url":"https://github.com/dcts/sinatra-boilerplate","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/dcts%2Fsinatra-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcts%2Fsinatra-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcts%2Fsinatra-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcts%2Fsinatra-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dcts","download_url":"https://codeload.github.com/dcts/sinatra-boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242538972,"owners_count":20145882,"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-16T13:42:01.615Z","updated_at":"2025-03-08T10:59:53.232Z","avatar_url":"https://github.com/dcts.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sinatra Boilerplate\n\n- Simple [Sinatra Webapp](http://sinatrarb.com/)\n- follows MVC Pattern\n- no Database\n- ready to deploy on Heroku\n\n### Running Locally\n- to run the app on localhost, clone this repo\n- `cd` into the directory\n- run `ruby lib/app.rb` and a local server will be started at port 4567\n- simply open `localhost:4567` in any browser\n\n### Deployment on Heroku\nBe sure to have the following:\n- config.ru\n\n```bash\n# login to heroku\nheroku login\n\n# create new heroku app (if not already one existant)\nheroku create \u003cAPP-NAME\u003e\n\n# be sure that this is a git repository\ngit init # if not initialized\ngit remote -v # show all remote\ngit remote add heroku \u003cLINK-TO-HEROKU-REPO\u003e # git.heroku.com/YOUR-APP-NAME...\n\n# deploy\ngit push heroku master\n```\n\nby dcts / v 0.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcts%2Fsinatra-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcts%2Fsinatra-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcts%2Fsinatra-boilerplate/lists"}