{"id":16550493,"url":"https://github.com/eiselems/link-shortener-node","last_synced_at":"2025-07-12T01:39:58.144Z","repository":{"id":102415961,"uuid":"54487007","full_name":"eiselems/link-shortener-node","owner":"eiselems","description":"Simple Linkshortening Service with GUI","archived":false,"fork":false,"pushed_at":"2020-08-17T23:05:41.000Z","size":190,"stargazers_count":0,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-14T20:23:00.331Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://shrtl.herokuapp.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eiselems.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-03-22T15:34:47.000Z","updated_at":"2020-08-17T23:05:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"0de91c0a-449a-4bf7-a5ea-a37d6464257e","html_url":"https://github.com/eiselems/link-shortener-node","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/eiselems%2Flink-shortener-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eiselems%2Flink-shortener-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eiselems%2Flink-shortener-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eiselems%2Flink-shortener-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eiselems","download_url":"https://codeload.github.com/eiselems/link-shortener-node/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241871119,"owners_count":20034401,"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-10-11T19:34:37.718Z","updated_at":"2025-03-04T15:27:55.880Z","avatar_url":"https://github.com/eiselems.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LinkShortener\n\n## Overview\n\nDemo Install: https://shrtl.herokuapp.com/\n\nThis is a basic link shortener with simple HTML GUI and a NodeJS, MongoDB Backend.\n\n![screenshot](https://cloud.githubusercontent.com/assets/5188694/16643416/a991dc98-4414-11e6-8920-34b5b6daf627.png)\n\n# Quick Start Guide\n\n### Prerequisites\n\nIn order to use LinkShortener, you must have the following installed:\n\n- [Node.js](https://nodejs.org/)\n- [NPM](https://nodejs.org/)\n- [MongoDB](http://www.mongodb.org/)\n- [Git](https://git-scm.com/)\n\n### Installation \u0026 Startup\n\nTo install LinkShortener, simply enter the below in the terminal window:\n\n```bash\n$ git clone https://github.com/eiselems/link-shortener-node.git\n```\n\nThis will install the LinkShortener components into the `your-project` directory.\n\n### Local Environment Variables\n\nCreate a file named `.env` in the root directory. This file should contain:\n\n```\nMONGO_URL=mongodb://localhost:27017/links\nPORT=8080\n```\n\nDefault values are the ones mentioned above.\n\n### Starting the App\n\nTo start the app, make sure you're in the project directory and type `node server.js` into the terminal. This will start the Node server and connect to MongoDB.\n\nYou should the following messages within the terminal window:\n\n```\nNode.js listening on port 8080...\n```\n\nNext, open your browser and enter `http://localhost:8080/`. Congrats, you're up and running!\n\n\n## Based on\n\n[Clementine.js](http://www.clementinejs.com).\n\n## License\n\nMIT License. [Click here for more information.](LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feiselems%2Flink-shortener-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feiselems%2Flink-shortener-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feiselems%2Flink-shortener-node/lists"}