{"id":15818694,"url":"https://github.com/willemverbuyst/bookworm","last_synced_at":"2026-01-15T22:46:03.588Z","repository":{"id":45091554,"uuid":"439623823","full_name":"willemverbuyst/bookworm","owner":"willemverbuyst","description":"full-stack hobby/study project","archived":false,"fork":false,"pushed_at":"2024-08-05T04:59:36.000Z","size":6431,"stargazers_count":0,"open_issues_count":7,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-06T06:04:21.859Z","etag":null,"topics":["bash","chakraui","fastapi","overmind","python","sql","vite","vitest"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/willemverbuyst.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":"2021-12-18T13:35:34.000Z","updated_at":"2024-05-08T03:32:01.000Z","dependencies_parsed_at":"2024-10-26T11:25:34.411Z","dependency_job_id":"36908831-6dda-4c4a-aa29-6d8968fdadef","html_url":"https://github.com/willemverbuyst/bookworm","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/willemverbuyst%2Fbookworm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willemverbuyst%2Fbookworm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willemverbuyst%2Fbookworm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willemverbuyst%2Fbookworm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willemverbuyst","download_url":"https://codeload.github.com/willemverbuyst/bookworm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247191533,"owners_count":20898950,"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":["bash","chakraui","fastapi","overmind","python","sql","vite","vitest"],"created_at":"2024-10-05T06:04:29.134Z","updated_at":"2026-01-15T22:46:03.477Z","avatar_url":"https://github.com/willemverbuyst.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Frontend - format, lint \u0026 type check](https://github.com/willemverbuyst/bookworm/actions/workflows/format-lint.yml/badge.svg)](https://github.com/willemverbuyst/bookworm/actions/workflows/format-lint.yml)\n\n# What is this?\n\nA project to connect and try out some libraries, tools and techniques in a semi-docker environment (all wip).\n\n## Frontend\n\n- TypeScript\n- React\n- Overmind\n- Chakra ui\n- React Hook Form\n- Recharts\n\n## Backend\n\n- Python\n- Fastapi\n\n## Database\n\n- Postgres\n- SQL\n- Bash\n\n## Test\n\n- Cypress\n- Vitest\n\n## Screenshots\n\n![](./screenshots/Screenshot_bookworm_libraries.png)\n![](./screenshots/Screenshot_books_overview.png)\n![](./screenshots/Screenshot_books_languages.png)\n![](./screenshots/Screenshot_books_genres.png)\n![](./screenshots/Screenshot_books_year_published.png)\n![](./screenshots/Screenshot_authors_pagesvsbooks.png)\n![](./screenshots/Screenshot_rentals_duration.png)\n\n## Documentation for API\n\n![](./screenshots/Screenshot_api_docs.png)\n\nSwagger docs at localhost:8000/docs\n\n# Commands\n\nRun backend for dev\n\n\u003e docker-compose --profile backend-only -f docker-compose.yml -f docker-compose.dev.yml up\n\n#\n\nSeed database for dev\n\n\u003e docker exec -it bw_backend bash\n\n\u003e cd database/dummy_data\n\n\u003e bash set_up_db.sh\n\n\u003e exit\n\n#\n\nrun frontend for dev\n\n\u003e cd frontend\n\n\u003e yarn dev\n\n#\n\nsee logs for service\n\n\u003e docker-compose logs \u003cNAME OF SERVICE\u003e\n\n#\n\nstart specific service\n\n\u003e docker-compose up \u003cNAME OF SERVICE\u003e\n\n#\n\nlog into container\n\n\u003e docker exec -it \u003cNAME OF CONTAINER\u003e bash\n\n#\n\nstop containers\n\n\u003e docker-compose down\n\nstop development container and remove volume\n\n\u003e docker-compose -f docker-compose.yml -f docker-compose.dev.yml down -v\n\n#\n\nseed database\n\n\u003e docker-compose run backend bash\n\n\u003e cd database/dummy_data\n\n\u003e bash set_up_db.sh\n\n#\n\nformat python\n\n\u003e docker-compose run backend bash\n\n\u003e black .\n\n#\n\nstop bash in terminal\n\n\u003e exit\n\n\u003e docker-compose stop\n\n#\n\nrun cypress test (needs work)\n\n\u003e cd test\n\n\u003e npm run cy:open\n\n\u003e npm run cy:run\n\n## Frontend dependency graph\n\n![](./frontend/graph.svg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillemverbuyst%2Fbookworm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillemverbuyst%2Fbookworm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillemverbuyst%2Fbookworm/lists"}