{"id":22529830,"url":"https://github.com/4techsadiq/bookapp","last_synced_at":"2025-07-04T03:05:32.848Z","repository":{"id":250483537,"uuid":"834589411","full_name":"4TechSadiq/bookApp","owner":"4TechSadiq","description":"Book App function based application","archived":false,"fork":false,"pushed_at":"2024-07-28T18:09:00.000Z","size":86,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T04:45:10.640Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://book-app-gules-seven.vercel.app","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/4TechSadiq.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-07-27T18:20:56.000Z","updated_at":"2024-07-28T18:09:03.000Z","dependencies_parsed_at":"2024-07-27T19:57:01.731Z","dependency_job_id":null,"html_url":"https://github.com/4TechSadiq/bookApp","commit_stats":null,"previous_names":["4techsadiq/bookapp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/4TechSadiq/bookApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4TechSadiq%2FbookApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4TechSadiq%2FbookApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4TechSadiq%2FbookApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4TechSadiq%2FbookApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/4TechSadiq","download_url":"https://codeload.github.com/4TechSadiq/bookApp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4TechSadiq%2FbookApp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260341233,"owners_count":22994625,"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-12-07T07:16:41.365Z","updated_at":"2025-06-17T10:36:04.710Z","avatar_url":"https://github.com/4TechSadiq.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BookApp\n\nThis is a basic Django application for managing a collection of books. The application uses SQLite as the database and includes routes for performing various CRUD (Create, Read, Update, Delete) operations on books.\n\n## Features\n\n- View details of individual books\n- Add new books\n- Update existing books\n- Delete books\n\n## Requirements\n\n- Python 3.x\n- Django 3.x or later\n- SQLite (default with Django)\n\n## Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/4TechSadiq/bookApp.git\n   cd book-app\n2. Create Virtual environment and Activate it:\n   ```bash\n   python -m venv venv\n   source venv/bin/activate  # On Windows use `venv\\Scripts\\activate`\n3. Install the required packages:\n   ```bash\n   pip install -r requirements.txt\n4. Apply migrations:\n   ```bash\n   python manage.py migrate\n5. Create a superuser to access the Django admin:\n   ```bash\n   python manage.py createsuperuser\n6. Run the development server:\n   ```bash\n   python manage.py runserver\n7. Open your web browser and go to http://127.0.0.1:8000 to see the app.\n\n## Usage\n\n### Viewing Books\n\nGo to the homepage to see a list of all books. Click on a details to view its details.\n\n### Adding a New Book\n\nFill the form to add new record.\n\n### Updating a Book\n\nFrom the Record Table choose Update to update the record.\n\n### Deleting a Book\n\nFrom the book detail view, click the \"Delete\" button to remove the book from the collection.\n\n## Project Structure\n\n- `bookapp/`: Contains the main Django project settings and URLs.\n- `books/`: Contains the book application with models, views, templates, and forms.\n- `templates/`: Contains HTML templates for the application.\n- `db.sqlite3`: The SQLite database file.\n- `manage.py`: The command-line utility for administrative tasks.\n\n## Contributing\n\nIf you would like to contribute to this project, please fork the repository and submit a pull request.\n\n## License\n\nThis project is licensed under the GNU GENERAL PUBLIC LICENSE. See the `LICENSE` file for more information.\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4techsadiq%2Fbookapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F4techsadiq%2Fbookapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4techsadiq%2Fbookapp/lists"}