{"id":25939468,"url":"https://github.com/marcovitoc/librariant","last_synced_at":"2026-04-07T20:32:31.279Z","repository":{"id":176877874,"uuid":"641055640","full_name":"MarcoVitoC/librariant","owner":"MarcoVitoC","description":"🏛️ Librariant is a library management system integrated with a bit of social networking.","archived":false,"fork":false,"pushed_at":"2023-11-05T16:34:39.000Z","size":4689,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-01T23:49:59.962Z","etag":null,"topics":["ajax","bootstrap","javascript","jquery","laravel","library","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/MarcoVitoC.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-05-15T17:26:01.000Z","updated_at":"2023-12-14T19:16:53.000Z","dependencies_parsed_at":"2026-01-08T04:12:10.129Z","dependency_job_id":null,"html_url":"https://github.com/MarcoVitoC/librariant","commit_stats":null,"previous_names":["marcovitoc/librariant"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MarcoVitoC/librariant","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcoVitoC%2Flibrariant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcoVitoC%2Flibrariant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcoVitoC%2Flibrariant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcoVitoC%2Flibrariant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MarcoVitoC","download_url":"https://codeload.github.com/MarcoVitoC/librariant/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcoVitoC%2Flibrariant/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31528441,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["ajax","bootstrap","javascript","jquery","laravel","library","php"],"created_at":"2025-03-04T04:17:30.153Z","updated_at":"2026-04-07T20:32:31.252Z","avatar_url":"https://github.com/MarcoVitoC.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🏛️ Librariant\nA library management system integrated with a bit of social networking. This project was undertaken to cultivate a deeper understanding of full-stack development using Laravel. By actively engaging with Laravel's features and capabilities, I aimed to enhance my proficiency in both backend and frontend development while building a functional application that showcases my grasp of modern web development practices.\n\n## ⚙️ Installation\n### Prerequisites:\n- Make sure you have \u003ca href=\"https://www.php.net/\" target=\"_blank\"\u003ePHP\u003c/a\u003e and \u003ca href=\"https://getcomposer.org/\" target=\"_blank\"\u003eComposer\u003c/a\u003e installed on your system.\n- Install a web server (e.g., Apache or Nginx) and a database server (e.g., MySQL) if not already installed.\n### How to run the project locally:\n```bash\n$ git clone https://github.com/MarcoVitoC/librariant.git\n$ cd \u003cproject_directory\u003e\n$ composer install\n$ cp .env.example .env\n$ php artisan key:generate\n$ php artisan storage:link\n$ php artisan migrate\n$ php artisan db:seed\n$ php artisan serve\n```\n### Default users to use:\n- User role:\u003cbr\u003e\n  email: user@gmail.com\u003cbr\u003e\n  password: users\n- Admin role:\u003cbr\u003e\n  email: librariant@gmail.com\u003cbr\u003e\n  password: librariant\n### Note:\nAll email addresses used within this project are for testing purposes only. To fully implement and test the \"Forgot Password\" feature, it's recommended to set up your own \u003ca href=\"https://mailtrap.io/\" target=\"_blank\"\u003eMailtrap\u003c/a\u003e account.\n### How to set up Mailtrap:\n- Go to \u003ca href=\"https://mailtrap.io/\" target=\"_blank\"\u003eMailtrap\u003c/a\u003e and sign up for a new account if you don't already have one.\n- Create a new mailbox within Mailtrap.\n- In the SMTP Settings, change the integrations to Laravel 9+ since this project uses Laravel 10, and configure your mail configuration by setting the values below it in the .env file in your project root directory.\n\n## 📋 Requirements\n### Guest role:\n- Login and register\n- Forgot password\n- Search book with pagination\n### User role:\n- Search book with pagination\n- Loan and return book\n- View loan history\n- Request loan renewal\n- Bookmark\n- Rate and make feedback/review\n- Like and comment review\n- Holds and reservations\n- Loan limit\n- Penalty for late return\n- Notification\n### Admin role:\n- CRUD and search book\n- CRUD and search FAQ\n- Book returns confirmation\n- Renewal requests confirmation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcovitoc%2Flibrariant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcovitoc%2Flibrariant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcovitoc%2Flibrariant/lists"}