{"id":27097536,"url":"https://github.com/geffrerson7/todo-app-django","last_synced_at":"2026-05-10T06:45:45.635Z","repository":{"id":185780961,"uuid":"617596314","full_name":"Geffrerson7/TODO-APP-DJANGO","owner":"Geffrerson7","description":"Todo app with Django","archived":false,"fork":false,"pushed_at":"2024-03-17T23:34:48.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-03-17T23:36:13.686Z","etag":null,"topics":["bootstrap5","django","html","python"],"latest_commit_sha":null,"homepage":"","language":"Python","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/Geffrerson7.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}},"created_at":"2023-03-22T18:02:14.000Z","updated_at":"2023-03-22T18:33:10.000Z","dependencies_parsed_at":"2024-03-17T23:32:43.190Z","dependency_job_id":"b1f348f9-31cc-4ae5-88a7-091fafb98e0e","html_url":"https://github.com/Geffrerson7/TODO-APP-DJANGO","commit_stats":null,"previous_names":["geffrerson7/todo-app-django"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geffrerson7%2FTODO-APP-DJANGO","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geffrerson7%2FTODO-APP-DJANGO/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geffrerson7%2FTODO-APP-DJANGO/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geffrerson7%2FTODO-APP-DJANGO/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Geffrerson7","download_url":"https://codeload.github.com/Geffrerson7/TODO-APP-DJANGO/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247471397,"owners_count":20944154,"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":["bootstrap5","django","html","python"],"created_at":"2025-04-06T10:48:16.392Z","updated_at":"2026-05-10T06:45:45.587Z","avatar_url":"https://github.com/Geffrerson7.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TODO-APP-DJANGO\n\n## Description\n\nApp made with django and python to create tasks, mark tasks as done and delete tasks\n\n## Getting Started\n\nFirst clone the repository from Github and switch to the new directory:\n\n```bash\n    git clone https://github.com/Geffrerson7/TODO-APP-DJANGO.git\n```\n\n```bash\n    cd TODO-APP-DJANGO\n```\n\nActivate the virtualenv for your project.\n\n```sh\n$ virtualenv venv\n# windows\n$ source venv/Scripts/activate\n# Linux\n$ source venv/bin/activate\n```\n\nInstall project dependencies:\n\n```bash\n    (venv)$ pip install -r requirements.txt\n```\n\nThen simply apply the migrations:\n\n```bash\n    (venv)$ python manage.py makemigrations taskapp\n```\n\n```bash\n    (venv)$ python manage.py migrate\n```\n\nYou can now run the development server:\n\n```bash\n    (venv)$ python manage.py runserver\n```\n\nAnd navigate to\n\n```sh\nhttp://127.0.0.1:8000/\n```\n\n## Local Installation with Docker\n\nClone the respository\n\n```bash\n$ git clone https://github.com/Geffrerson7/TASK-API.git\n```\n\nNavigate to the new directory\n\n```bash\n$ cd TASK-API\n```\n\nUse Docker Compose to build and start the project:\n```sh\n$ docker-compose up\n```\n\nOnce the project is up and running, apply migrations to set up the database:\n```sh\n$ docker-compose exec web python manage.py migrate\n```\n\nAfter applying migrations, navigate to the following URL in your web browser:\n```sh\nhttp://127.0.0.1:8000/\n```\n\n## Author\n\n- [Gefferson Max Casasola Huamancusi](https://www.github.com/Geffrerson7)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeffrerson7%2Ftodo-app-django","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeffrerson7%2Ftodo-app-django","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeffrerson7%2Ftodo-app-django/lists"}