{"id":27143705,"url":"https://github.com/tuke307/library-management","last_synced_at":"2025-08-15T14:07:18.580Z","repository":{"id":200387817,"uuid":"699346878","full_name":"tuke307/library-management","owner":"tuke307","description":"Web Project for digitalize a Library","archived":false,"fork":false,"pushed_at":"2024-04-24T14:40:18.000Z","size":2874,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T08:49:16.008Z","etag":null,"topics":["next-auth","next-js"],"latest_commit_sha":null,"homepage":"https://library.tony-luke.de","language":"HTML","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/tuke307.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-10-02T13:06:09.000Z","updated_at":"2025-03-14T15:44:32.000Z","dependencies_parsed_at":"2023-10-16T19:28:17.827Z","dependency_job_id":"ad4b5161-dd1d-4a73-8c37-10e0c84cbe81","html_url":"https://github.com/tuke307/library-management","commit_stats":null,"previous_names":["tuke307/software_engineering_library","tuke307/library","tuke307/dhbw-library","tuke307/library-management"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tuke307/library-management","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuke307%2Flibrary-management","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuke307%2Flibrary-management/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuke307%2Flibrary-management/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuke307%2Flibrary-management/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tuke307","download_url":"https://codeload.github.com/tuke307/library-management/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuke307%2Flibrary-management/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270579613,"owners_count":24610044,"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","status":"online","status_checked_at":"2025-08-15T02:00:12.559Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["next-auth","next-js"],"created_at":"2025-04-08T08:44:51.358Z","updated_at":"2025-08-15T14:07:18.571Z","avatar_url":"https://github.com/tuke307.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Software Engineering - Library Project\n\n\n## Technologies Used\n\n| Frontend | Backend      | Database | Hosting |\n|----------|--------------|----------|---------|\n| - [NextUI v2](https://nextui.org/)\u003cbr\u003e- [Tailwind CSS](https://tailwindcss.com/)\u003cbr\u003e- [Tailwind Variants](https://tailwind-variants.org)\u003cbr\u003e- [Framer Motion](https://www.framer.com/motion/)\u003cbr\u003e- [next-themes](https://github.com/pacocoursey/next-themes)\u003cbr\u003e  | - [Next.js 13](https://nextjs.org/docs/getting-started)\u003cbr\u003e- [TypeScript](https://www.typescriptlang.org/) |  - [Prisma](https://www.prisma.io/)\u003cbr\u003e- [Postgres](https://www.postgresql.org/)        |  - [Vercel](https://vercel.com/)\u003cbr\u003e- [Docker](https://www.docker.com/)\u003cbr\u003e- [GitHub](https://github.com/)       |\n\n\n## Development\n\n1. [install dependencies](#install-dependencies)\n2. [choose environment](#environment)\n3. [runnning tests](#running-tests)\n\n\n### install dependencies\n```bash\nnpm install\nnpm install -g dotenv-cli\nnpm install -g prisma\n```\n\n### environment\n* copy and rename `.env.sample` to `.env.development`\n* copy and rename `.env.sample` to `.env.production`\n\n\n#### development (docker)\n\nfor local development, execute these statements ONCE;\n```bash\ndocker compose -f docker.compose.yml up -d\ndotenv -f .env.development run npx prisma db push\ndotenv -f .env.development run ts-node sampleData/initialDatabase.ts\n```\n\nrun development server:\n```bash\nnpm run dev\n```\n\n#### production\n\nexecute them once;\n```bash\ndotenv -f .env.production run npx prisma db push\ndotenv -f .env.production run ts-node sampleData/initialDatabase.ts\n```\n\nRun the production server with this line;\n```bash\nnpm run build\nnpm run start\n```\n\n## optional: Docker\nbuilding\n```bash\ndocker build --tag tonylukeregistry.azurecr.io/tonylukeregistry/swe-library/app:latest .\n```\n\nrunning container locally\n```bash\ndocker run --detach --publish 3000:3000 tonylukeregistry.azurecr.io/tonylukeregistry/swe-library/app:latest\n```\n\n\n### Running tests\n```bash\nnpm run dev\nnpm run cypress:open\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftuke307%2Flibrary-management","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftuke307%2Flibrary-management","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftuke307%2Flibrary-management/lists"}