{"id":20958348,"url":"https://github.com/yefim/tshort","last_synced_at":"2025-07-30T08:06:17.237Z","repository":{"id":5963607,"uuid":"7185027","full_name":"yefim/tshort","owner":"yefim","description":"A link shortener written in C++ with the Treefrog framework","archived":false,"fork":false,"pushed_at":"2013-02-14T08:14:03.000Z","size":1266,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-13T06:24:37.897Z","etag":null,"topics":["c-plus-plus","treefrog","web-app"],"latest_commit_sha":null,"homepage":null,"language":"C++","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/yefim.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":"2012-12-15T23:09:13.000Z","updated_at":"2014-08-17T13:44:04.000Z","dependencies_parsed_at":"2022-09-03T08:00:30.321Z","dependency_job_id":null,"html_url":"https://github.com/yefim/tshort","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yefim/tshort","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yefim%2Ftshort","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yefim%2Ftshort/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yefim%2Ftshort/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yefim%2Ftshort/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yefim","download_url":"https://codeload.github.com/yefim/tshort/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yefim%2Ftshort/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267834776,"owners_count":24151639,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"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":["c-plus-plus","treefrog","web-app"],"created_at":"2024-11-19T01:46:56.237Z","updated_at":"2025-07-30T08:06:17.159Z","avatar_url":"https://github.com/yefim.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TShort\n\nTShort is a link shortener written in the C++ TreeFrog Framework. Users can create, edit, and remove keyword-URLs pairs, then access the long URLs via the keywords. Additionally, users can view a list of all the URLs that have been created already and see how many times a URL has been visited.\n\n# Getting started\n\nInstall [treefrog](http://www.treefrogframework.org/documents/install).\n\nCreate a sqlite3 database with:\n\n```\n$ mkdir db\n$ sqlite3 db/shortenerdb \u003c shortenerdb.sql\n```\n\nRun qmake to compile the app.\n\n- For Linux, run `qmake -spec linux-g++ -r \"CONFIG+=release\"`.\n- For Mac, run `qmake -spec macx-g++ -r \"CONFIG+=release\"`.\n- For Windows, run `qmake -spec win32-g++ -r \"CONFIG+=release\"`.\n\nRun `make`\n\nRun the server with `treefrog -e dev`.\n\nGo to [localhost:8800/](http://localhost:8800) to view.\n\n# Architecture\n\nTShort is primarily built on the [treefrog](http://www.treefrogframework.org) framework, a C++ framework very similar to Rails. For the style, we used [Twitter Bootstrap](http://twitter.github.com/bootstrap/). For a database, we used sqlite3 in development and MySQL in production.\n\n# Contributors\n\n- Geoffrey Vedernikoff \u003cveg@seas.upenn.edu\u003e\n- Kai Ninomiya \u003ckainino@seas.upenn.edu\u003e\n- Ceasar Bautista \u003cceasarb@seas.upenn.edu\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyefim%2Ftshort","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyefim%2Ftshort","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyefim%2Ftshort/lists"}