{"id":22379301,"url":"https://github.com/ahadalireach/bookdock","last_synced_at":"2025-06-27T03:11:36.655Z","repository":{"id":256243210,"uuid":"849849816","full_name":"ahadalireach/bookdock","owner":"ahadalireach","description":"A full-stack web application that allows users to manage books—post, update, delete, view, and search for books by title or author.","archived":false,"fork":false,"pushed_at":"2024-09-09T16:33:47.000Z","size":117,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-08T03:35:04.406Z","etag":null,"topics":["axios","expressjs","fullstack-development","fullstack-web-development","mongodb","nodejs","reactjs","tailwindcss"],"latest_commit_sha":null,"homepage":"https://bookdock.vercel.app","language":"JavaScript","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/ahadalireach.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-08-30T11:25:02.000Z","updated_at":"2025-03-05T13:44:42.000Z","dependencies_parsed_at":"2024-09-09T20:31:21.982Z","dependency_job_id":null,"html_url":"https://github.com/ahadalireach/bookdock","commit_stats":null,"previous_names":["ahadalireach/bookdock"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ahadalireach/bookdock","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahadalireach%2Fbookdock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahadalireach%2Fbookdock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahadalireach%2Fbookdock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahadalireach%2Fbookdock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ahadalireach","download_url":"https://codeload.github.com/ahadalireach/bookdock/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahadalireach%2Fbookdock/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262181059,"owners_count":23271319,"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":["axios","expressjs","fullstack-development","fullstack-web-development","mongodb","nodejs","reactjs","tailwindcss"],"created_at":"2024-12-04T23:09:31.262Z","updated_at":"2025-06-27T03:11:36.634Z","avatar_url":"https://github.com/ahadalireach.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Book Dock\n\n**Book Dock** is a full-stack MERN application designed to manage books. Users can post, update, delete, and view books, as well as search for them by title or author.\n\n## Technologies Used\n\n- **Frontend:** React JS, Tailwind CSS\n- **Backend:** Node JS, Express JS\n- **Database:** MongoDB\n- **Development Tool:** Vite\n\n## Features\n\n- **Add**: Post new books with details including title, author, and published year.\n- **Update**: Edit existing book details.\n- **Delete**: Remove books from the database.\n- **View**: Browse and view book details.\n- **Search**: Find books by title or author.\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js and npm installed\n- VS Code or any other code editor\n- Git (optional, for cloning the repository)\n\n### Setup Instructions\n\n1. **Clone the Repository**\n\n    ```bash\n    git clone https://github.com/ahadalireach/bookdock.git\n    ```\n\n    `Unzip the File`\n\n2. **Open with VS Code**\n\n   Open the project directory with VS Code or your preferred code editor.\n\n3. **Install Dependencies**\n\n   **Frontend:**\n   \n    - Navigate to the frontend directory:\n\n      ```bash\n      cd frontend\n      ```\n\n    - Install the dependencies:\n\n      ```bash\n      npm install\n      ```\n\n    - Run the development server:\n\n      ```bash\n      npm run dev\n      ```\n\n   **Backend:**\n   \n    - Navigate to the backend directory:\n\n      ```bash\n      cd backend\n      ```\n\n    - Create a `.env` file in the backend directory and add the following environment variables:\n\n      ```env\n      PORT=5000\n      MONGO_URI=your_mongodb_connection_string\n      JWT_SECRET=your_jwt_secret_key\n      ```\n\n    - Install the dependencies:\n\n      ```bash\n      npm install\n      ```\n\n    - Start the server:\n\n      ```bash\n      npm run dev\n      ```\n\n4. **Update API URLs**\n\n   Ensure that the API URLs in the frontend code are correctly set to point to your local backend server.\n\n5. **Access the Application**\n\n   Open your browser and navigate to [http://localhost:3000](http://localhost:3000) to view the application.\n\n**Live Demo**\n\n- Live Web: [bookdock-web.vercel.app](https://bookdock-web.vercel.app)\n- GitHub Repo: Give it a Star!\n- Live Video Demo: [Link](https://youtu.be/bGsOCxYh-Yg?si=CxbdREUj6p-0qthf)\n\n**Contact**\n\nFor any questions or feedback, please reach out to me at [ahadali.reach@gmail.com](mailto:ahadali.reach@gmail.com).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahadalireach%2Fbookdock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahadalireach%2Fbookdock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahadalireach%2Fbookdock/lists"}