{"id":24499569,"url":"https://github.com/medea-learner/book-collection-task-manager","last_synced_at":"2026-05-07T21:38:22.834Z","repository":{"id":212874908,"uuid":"732508025","full_name":"medea-learner/book-collection-task-manager","owner":"medea-learner","description":"A web application combining a REST API for book collection management and a task manager app. The task manager supports multi-user registration with role-based access control, allowing managers to create tasks and assign them to workers.","archived":false,"fork":false,"pushed_at":"2025-01-13T13:38:33.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-21T22:14:41.589Z","etag":null,"topics":["book-management","django","docker","python","rest-api","task-manager","vscode"],"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/medea-learner.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}},"created_at":"2023-12-16T22:45:30.000Z","updated_at":"2025-01-13T13:38:37.000Z","dependencies_parsed_at":"2025-01-13T14:39:31.179Z","dependency_job_id":"93227658-1c98-462a-8864-cc7d7781b2ff","html_url":"https://github.com/medea-learner/book-collection-task-manager","commit_stats":null,"previous_names":["medea-learner/test-app","medea-learner/book-collection-task-manager"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medea-learner%2Fbook-collection-task-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medea-learner%2Fbook-collection-task-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medea-learner%2Fbook-collection-task-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medea-learner%2Fbook-collection-task-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/medea-learner","download_url":"https://codeload.github.com/medea-learner/book-collection-task-manager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243695597,"owners_count":20332629,"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":["book-management","django","docker","python","rest-api","task-manager","vscode"],"created_at":"2025-01-21T22:14:48.137Z","updated_at":"2026-05-07T21:38:17.807Z","avatar_url":"https://github.com/medea-learner.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Book Collection and Task Manager  \n\nA web application that combines two main functionalities:  \n1. A REST API for managing a collection of books.  \n2. A task management app with multi-user registration and role-based access control.  \n\n## Features  \n\n### Book Collection API  \n- Add, update, delete, and view books.  \n\n### Task Manager  \n- **User Registration**: Supports multiple user accounts.  \n- **Roles**: Users can have roles such as `Manager` and `Worker`.  \n- **Task Creation**: Only `Manager` role users can create tasks.  \n\n### Notes  \n- Roles (`Manager` and `Worker`) need to be created manually via the admin panel -\u003e Roles admin view.  \n\n## Setup  \n\n### Using Docker (Recommended)  \n1. Install **Docker** and **Docker Compose** on your machine.  \n2. Open the project in a code editor and select **\"Reopen in Container\"**.  \n3. Run the command:  \n   ```bash\n   Launch Test App\n   ```  \n\n### Manual Setup  \n1. Create a virtual environment:  \n   ```bash\n   python -m venv venv\n   source venv/bin/activate  # On Windows: venv\\Scripts\\activate\n   ```  \n2. Install dependencies:  \n   ```bash\n   pip install -r requirements.txt\n   ```  \n3. Run the application:  \n   ```bash\n   python manage.py runserver\n   ```  \n\n## Usage  \n- Access the application at `http://127.0.0.1:8000/`.  \n- Use the admin panel to create roles (`Manager` and `Worker`).  \n- Register users and assign roles via the admin panel.  \n\n## Technologies Used  \n- **Backend**: Django  \n- **Database**: SQLite (default, can be configured)  \n- **Containerization**: Docker  \n\n## Contributing  \nContributions are welcome! Fork the repository and submit a pull request for review.  \n\n## License  \nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmedea-learner%2Fbook-collection-task-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmedea-learner%2Fbook-collection-task-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmedea-learner%2Fbook-collection-task-manager/lists"}