{"id":19097351,"url":"https://github.com/marcelom47/library-ms","last_synced_at":"2025-10-16T23:06:11.785Z","repository":{"id":203158579,"uuid":"688700663","full_name":"MarceloM47/Library-MS","owner":"MarceloM47","description":"Library Management System","archived":false,"fork":false,"pushed_at":"2025-02-10T21:58:59.000Z","size":193,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-10T22:33:28.940Z","etag":null,"topics":["bootstrap","library-management-system","rails","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MarceloM47.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-09-07T23:24:55.000Z","updated_at":"2025-02-10T21:58:56.000Z","dependencies_parsed_at":"2023-10-28T20:25:55.143Z","dependency_job_id":"861c1136-aa24-4e8e-875b-907e258eaee6","html_url":"https://github.com/MarceloM47/Library-MS","commit_stats":null,"previous_names":["marcelom47/library-ms"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarceloM47%2FLibrary-MS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarceloM47%2FLibrary-MS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarceloM47%2FLibrary-MS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarceloM47%2FLibrary-MS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MarceloM47","download_url":"https://codeload.github.com/MarceloM47/Library-MS/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240149848,"owners_count":19755754,"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":["bootstrap","library-management-system","rails","ruby"],"created_at":"2024-11-09T03:40:02.195Z","updated_at":"2025-10-16T23:06:06.766Z","avatar_url":"https://github.com/MarceloM47.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Library Management System (LMS) \u003cbr\u003e\n## Installation\n\n### Requirements\n\n- Ruby 3.2.2\n- Rails 7\n\n### Install Library-MS\n\n1. **Install dependencies:**\n\n  ```bash\n  bundle install\n  ```\n\n2. **Load initial data:**\n\n  ```bash\n  rails db:seed\n  ```\n\n3. **Apply migrations:**\n\n  ```bash\n  rails db:migrate\n  ```\n4. **Start the server:**\n\n  ```bash\n  rails s\n  ```\n\u003cbr\u003e\n\n## Seeds.rb\nThe \"Profesor\" specialty is created and the default administrator user is created.\n\n```\nSpeciality.create!(name: \"Profesor\")\n\nUser.create!(\n  email: \"example@example.com\",\n  password: \"123456\",\n  name: \"root\",\n  lastname: \"root\",\n  dni: \"0000000\",\n  phone_number: \"9999999999\",\n  admin: true,\n  active: true,\n  speciality_id: Speciality.first.id\n)\n```\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcelom47%2Flibrary-ms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcelom47%2Flibrary-ms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcelom47%2Flibrary-ms/lists"}