{"id":24327860,"url":"https://github.com/utilyre/lms","last_synced_at":"2026-04-11T07:32:02.161Z","repository":{"id":271758023,"uuid":"876258772","full_name":"utilyre/lms","owner":"utilyre","description":"Library Management System (LMS)","archived":false,"fork":false,"pushed_at":"2025-01-13T12:14:21.000Z","size":636,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-17T22:16:26.624Z","etag":null,"topics":["api","backend","caching","ci","docker","docker-compose","go","golang","nosql","postgres","postgresql","redis","restful","restful-api","service","sql"],"latest_commit_sha":null,"homepage":"","language":"Go","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/utilyre.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":"2024-10-21T17:00:54.000Z","updated_at":"2025-01-13T12:14:25.000Z","dependencies_parsed_at":"2025-01-09T18:26:58.095Z","dependency_job_id":"370b8a16-fe55-43ff-8667-a0e4182026b8","html_url":"https://github.com/utilyre/lms","commit_stats":null,"previous_names":["utilyre/lms"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utilyre%2Flms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utilyre%2Flms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utilyre%2Flms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utilyre%2Flms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/utilyre","download_url":"https://codeload.github.com/utilyre/lms/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242990403,"owners_count":20217985,"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":["api","backend","caching","ci","docker","docker-compose","go","golang","nosql","postgres","postgresql","redis","restful","restful-api","service","sql"],"created_at":"2025-01-17T22:16:25.617Z","updated_at":"2025-12-24T07:49:35.725Z","avatar_url":"https://github.com/utilyre.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LMS\n\nThe Library Management System (LMS) is a backend API designed to provide the \ncore functionalities for managing a library's book collection and user \ninteractions.\n\n## Development\n\n### Prerequisites\n\n- [Docker Engine](https://docs.docker.com/engine)\n\n- [Go](https://go.dev)\n\n- [Goose](https://pressly.github.io/goose)\n\n  ```bash\n  go install github.com/pressly/goose/v3/cmd/goose@latest\n  ```\n\n### Steps\n\n1. Create a .env file at the root of project:\n\n   ```bash\n   DB_USER=admin\n   DB_PASS=secret\n   DB_PORT=5432\n   DB_NAME=lms\n\n   BE_PORT=8080\n   BE_JWT_SECRET=dontshare\n   ```\n\n2. Spin up all services:\n\n   ```bash\n   docker compose up\n   ```\n\n3. Migrate:\n\n   ```bash\n   goose -dir=migrations postgres [DSN] up\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futilyre%2Flms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Futilyre%2Flms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futilyre%2Flms/lists"}