{"id":15180600,"url":"https://github.com/codequillskills/url-shortener","last_synced_at":"2025-02-24T11:14:04.873Z","repository":{"id":253439261,"uuid":"843474175","full_name":"codequillskills/URL-Shortener","owner":"codequillskills","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-16T16:22:52.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-24T11:14:02.350Z","etag":null,"topics":["codequillskills","django","django-admin","django-admin-customization","django-admin-panel","django-application","django-project"],"latest_commit_sha":null,"homepage":"https://urlshortener-codequillskills.onrender.com/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codequillskills.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-08-16T15:39:00.000Z","updated_at":"2024-10-10T10:20:36.000Z","dependencies_parsed_at":"2024-08-16T18:44:17.088Z","dependency_job_id":"60b36ae0-325e-4f8d-add2-b49302228427","html_url":"https://github.com/codequillskills/URL-Shortener","commit_stats":null,"previous_names":["codequillskills/url-shortener"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codequillskills%2FURL-Shortener","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codequillskills%2FURL-Shortener/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codequillskills%2FURL-Shortener/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codequillskills%2FURL-Shortener/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codequillskills","download_url":"https://codeload.github.com/codequillskills/URL-Shortener/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240466796,"owners_count":19805862,"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":["codequillskills","django","django-admin","django-admin-customization","django-admin-panel","django-application","django-project"],"created_at":"2024-09-27T16:23:18.278Z","updated_at":"2025-02-24T11:14:04.842Z","avatar_url":"https://github.com/codequillskills.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# URLShortener\n\nURLShortener is a web application built using Django, HTML, CSS, and JavaScript. It allows users to shorten long URLs for easier sharing and management.\n\n## Table of Contents\n\n- [Features](#features)\n- [Technologies](#technologies)\n- [Prerequisites](#prerequisites)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Features\n\n- URL shortening and management\n\n## Technologies\n\n- **Frontend:** HTML, CSS, JavaScript\n- **Backend:** Django\n- **Database:** sqlite3\n\n## Prerequisites\n\n- Python (3.8 or above)\n- Git\n\n## Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/codequillskills/URL-Shortener\n   ```\n\n2. Create a virtual environment:\n\n   ```bash\n   python -m venv ./env\n   cd env/scripts\n   activate\n   ```\n\n3. Install dependencies:\n\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n4. Add the `.env` file in the root directory with the following content:\n\n   ```plaintext\n    SECRET_KEY=Your_Secret_key\n    DEBUG=False\n    ALLOWED_HOSTS=localhost,127.0.0.1\n   ```\n\n5. Set up your database:\n\n   ```bash\n   python manage.py makemigrations\n   python manage.py migrate\n   ```\n\n6. Create a superuser:\n\n   ```bash\n   python manage.py createsuperuser\n   ```\n\n7. Run the development server:\n\n   ```bash\n   python manage.py runserver\n   ```\n\n8. Access the application at `http://localhost:8000/`\n\n## Usage\n\n1. Shorten your URLs.\n\n## Contributing\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature/your-feature-name`).\n3. Commit your changes (`git commit -m 'Add some feature'`).\n4. Push to the branch (`git push origin feature/your-feature-name`).\n5. Open a Pull Request.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodequillskills%2Furl-shortener","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodequillskills%2Furl-shortener","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodequillskills%2Furl-shortener/lists"}