{"id":25874053,"url":"https://github.com/gs256/outshort","last_synced_at":"2025-11-26T08:03:32.998Z","repository":{"id":278920655,"uuid":"936834575","full_name":"gs256/outshort","owner":"gs256","description":"A simple link shortener","archived":false,"fork":false,"pushed_at":"2025-10-26T17:15:41.000Z","size":453,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-26T19:18:37.969Z","etag":null,"topics":["angular","gin","gin-gonic","go","golang","link-shortener","primeng","shortener"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/gs256.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-21T19:14:07.000Z","updated_at":"2025-10-26T17:15:45.000Z","dependencies_parsed_at":"2025-02-22T15:24:54.800Z","dependency_job_id":"8c9a332d-4e10-4a26-b8eb-8619e76c125a","html_url":"https://github.com/gs256/outshort","commit_stats":null,"previous_names":["gs256/outshort"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gs256/outshort","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gs256%2Foutshort","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gs256%2Foutshort/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gs256%2Foutshort/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gs256%2Foutshort/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gs256","download_url":"https://codeload.github.com/gs256/outshort/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gs256%2Foutshort/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286079811,"owners_count":27282121,"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-11-26T02:00:06.075Z","response_time":193,"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":["angular","gin","gin-gonic","go","golang","link-shortener","primeng","shortener"],"created_at":"2025-03-02T09:18:20.170Z","updated_at":"2025-11-26T08:03:32.992Z","avatar_url":"https://github.com/gs256.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Outshort\n\n**Simple link shortener web application**\n\n![thumbnail](assets/home_page.png)\n\n## About\n\n### Stack\n\n-   **Frontend framework:** Angular 19\n\n-   **Styles:** PrimeNG 19 + Tailwind 3.4\n\n-   **Server:** Go + Gin\n\n-   **Database:** SQLite\n\n## Quickstart\n\n### Dependencies\n\n-   `go`\n-   `goose` ([go package](https://github.com/pressly/goose))\n-   `docker` (recommended)\n\n### Setup environment\n\nData inside `server/env` directory and `server/.env` file (TODO) are meant to be stored and modified outside the server container and mounted using volumes\n\n```sh\n$ cp server/.env.template server/.env\n\n# TODO: additional configuration\n```\n\n### Initialize database\n\nIf you are running the project for the first time you need to initialize sqlite3 database and apply migrations using `goose`. This database will be stored locally and passed to the server container\n\n```sh\n$ cd server\n\n# Run goose go initialize database\n$ go run github.com/pressly/goose/v3/cmd/goose@latest up\n```\n\nThis will generate a `server/env/database.db` file with the latest schema\n\n### Build and run\n\n```sh\n# Setup permissions\n$ sudo chmod +x ./scripts/local-deploy.sh\n\n# Build client and server containers and run them\n$ ./scripts/local-deploy.sh\n```\n\nThis will create a copy of the development environment inside the `deploy` directory\n\n## Development\n\n**Start server**\n\n```sh\n$ cd server\n$ go run .\n```\n\n**Start client**\n\n```sh\n$ cd client\n\n# Install dependencies\n$ npm i\n\n$ npm start\n```\n\nAfter that open `http://localhost:4200` in your browser\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgs256%2Foutshort","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgs256%2Foutshort","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgs256%2Foutshort/lists"}