{"id":42036355,"url":"https://github.com/naingaunglwin-dev/openbook","last_synced_at":"2026-01-26T05:07:40.476Z","repository":{"id":330552420,"uuid":"1123104204","full_name":"naingaunglwin-dev/openbook","owner":"naingaunglwin-dev","description":"Openbook is a simple online library application built with Laravel (API backend) and React (frontend)","archived":false,"fork":false,"pushed_at":"2026-01-20T17:26:21.000Z","size":208,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-21T02:22:23.111Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Blade","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/naingaunglwin-dev.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":"2025-12-26T07:32:00.000Z","updated_at":"2026-01-19T16:45:32.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/naingaunglwin-dev/openbook","commit_stats":null,"previous_names":["naingaunglwin-dev/openbook"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/naingaunglwin-dev/openbook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naingaunglwin-dev%2Fopenbook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naingaunglwin-dev%2Fopenbook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naingaunglwin-dev%2Fopenbook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naingaunglwin-dev%2Fopenbook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/naingaunglwin-dev","download_url":"https://codeload.github.com/naingaunglwin-dev/openbook/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naingaunglwin-dev%2Fopenbook/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28767032,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T03:54:34.369Z","status":"ssl_error","status_checked_at":"2026-01-26T03:54:33.031Z","response_time":59,"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":[],"created_at":"2026-01-26T05:07:39.792Z","updated_at":"2026-01-26T05:07:40.465Z","avatar_url":"https://github.com/naingaunglwin-dev.png","language":"Blade","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# Openbook\n\n\u003c/div\u003e\n\n**Openbook** is a simple online library application built with **Laravel (API backend)** and **React (frontend)**.  \nThe project is designed as a real-world style application with a clean separation between backend and frontend, using Docker for local development.\n\n## Tech Stack\n| Layer      | Technology   |\n|------------|--------------|\n| Backend    | Laravel (API) |\n| Frontend   | React (Vite) |\n| Database   | PostgreSQL   |\n| Container  | Docker \u0026 Docker Compose |\n| Web Server | Nginx        |\n\n---\n\n## Project Structure\n\n```text\nopenbook/\n├── backend/ # Laravel API backend\n├── frontend/ # React frontend\n├── docker-compose.yml\n└── README.md\n```\n\n---\n\n## Installation \u0026 Setup (Using Docker)\n\n### Prerequisites\n- Docker\n- Docker Compose\n\n### Steps\n1. Clone the repository:\n```bash\ngit clone https://github.com/naingaunglwin-dev/openbook.git\n```\n\n2. Navigate to the project root:\n```bash\ncd openbook\n```\n\n3. Build the containers:\n\n```bash\ndocker-compose build --no-cache\n```\n\n4. Start the containers:\n\n```bash\ndocker-compose up\n```\n\n### Access the Application\n- **Backend (Laravel API)**: http://localhost:8080\n- **Frontend (React)**: http://localhost:5173\n\n---\n\n## Installation \u0026 Setup (Without Docker)\n\n### Backend (Laravel)\n\n1. Navigate to the backend directory:\n```bash\ncd openbook/backend\n```\n\n2. Copy environment file:\n```bash\ncp .env.example .env\n```\n\n3. Install dependencies:\n```bash\ncomposer install\n```\n\n4. Generate application key:\n```bash\nphp artisan key:generate\n```\n\n5. Configure database credentials in `.env`\n\n6. Run the server:\n```bash\nphp artisan serve\n```\n\n### Frontend (React)\n\n1. Navigate to the frontend directory:\n```bash\ncd openbook/frontend\n```\n\n2. Install dependencies:\n```bash\nnpm install\n```\n\n3. Start development server:\n```bash\nnpm run dev\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaingaunglwin-dev%2Fopenbook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnaingaunglwin-dev%2Fopenbook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaingaunglwin-dev%2Fopenbook/lists"}