{"id":28752977,"url":"https://github.com/camiloerazo/bookify-azure-asp.net","last_synced_at":"2025-07-24T20:12:33.941Z","repository":{"id":296604542,"uuid":"993930030","full_name":"camiloerazo/Bookify-Azure-ASP.NET","owner":"camiloerazo","description":"A modern, scalable hotel management platform built with ASP.NET Core, React, and Azure SQL. Features microservices architecture, real-time booking engine, and real Paypal payment processing. Implements Azure AD B2C for authentication, Azure Functions for serverless operations, and Azure DevOps for CI/CD. Also features user autenticathion with Azure","archived":false,"fork":false,"pushed_at":"2025-06-02T00:07:58.000Z","size":16824,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-17T00:05:29.089Z","etag":null,"topics":["asp-net-core","microservices-architecture","paypal-api","react","swagger","webapi"],"latest_commit_sha":null,"homepage":"https://www.youtube.com/watch?v=NX6999ZtRLM","language":"TypeScript","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/camiloerazo.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}},"created_at":"2025-05-31T20:37:53.000Z","updated_at":"2025-06-02T00:08:02.000Z","dependencies_parsed_at":"2025-06-01T08:34:50.190Z","dependency_job_id":null,"html_url":"https://github.com/camiloerazo/Bookify-Azure-ASP.NET","commit_stats":null,"previous_names":["camiloerazo/bookify-azure-asp.net"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/camiloerazo/Bookify-Azure-ASP.NET","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camiloerazo%2FBookify-Azure-ASP.NET","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camiloerazo%2FBookify-Azure-ASP.NET/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camiloerazo%2FBookify-Azure-ASP.NET/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camiloerazo%2FBookify-Azure-ASP.NET/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/camiloerazo","download_url":"https://codeload.github.com/camiloerazo/Bookify-Azure-ASP.NET/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camiloerazo%2FBookify-Azure-ASP.NET/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266899073,"owners_count":24003006,"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","status":"online","status_checked_at":"2025-07-24T02:00:09.469Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["asp-net-core","microservices-architecture","paypal-api","react","swagger","webapi"],"created_at":"2025-06-17T00:05:27.837Z","updated_at":"2025-07-24T20:12:33.885Z","avatar_url":"https://github.com/camiloerazo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🏨 Bookify - Hotel Management System\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Status-In%20Development-blue\" alt=\"Status: In Development\"/\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Version-0.1.0-green\" alt=\"Version: 0.1.0\"/\u003e\n  \u003cimg src=\"https://img.shields.io/badge/License-MIT-yellow\" alt=\"License: MIT\"/\u003e\n\u003c/div\u003e\n\n## 📋 Description\n\nBookify is a modern hotel management platform built with ASP.NET Core and React, designed to provide a complete solution for hotel operations including booking management, check-in processes, and payment handling. The application follows a clean architecture approach with a clear separation between the frontend and backend services.\n\n## 🛠 Tech Stack\n\n### Frontend (bookify.client)\n- **Framework:** React 19\n- **Language:** TypeScript\n- **Build Tool:** Vite 6\n- **Routing:** React Router DOM 7\n- **Payment Integration:** PayPal React SDK\n- **Development Tools:**\n  - ESLint 9\n  - TypeScript 5.7\n  - Vite 6.3\n\n### Backend (Bookify.Server)\n- **Framework:** ASP.NET Core 8.0\n- **Database:** SQL Server with Entity Framework Core 9.0\n- **API Documentation:** Swagger/OpenAPI\n- **Key Packages:**\n  - Microsoft.EntityFrameworkCore.SqlServer\n  - Microsoft.AspNetCore.SpaProxy\n  - Swashbuckle.AspNetCore\n\n## 📦 Project Structure\n\n```\nbookify/\n├── bookify.client/           # React Frontend Application\n│   ├── src/                 # Source code\n│   ├── public/             # Static assets\n│   ├── vite.config.ts      # Vite configuration\n│   └── package.json        # Frontend dependencies\n│\n├── Bookify.Server/          # ASP.NET Core Backend\n│   ├── Controllers/        # API Controllers\n│   ├── Data/              # Data access layer\n│   ├── Migrations/        # Database migrations\n│   ├── Program.cs         # Application entry point\n│   └── appsettings.json   # Configuration\n│\n└── Bookify.sln            # Solution file\n```\n\n## 🚀 Getting Started\n\n### Prerequisites\n- .NET 8.0 SDK\n- Node.js 18+ and npm\n- SQL Server\n- Visual Studio 2022 or VS Code\n\n### Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/your-username/bookify.git\ncd bookify\n```\n\n2. Backend Setup:\n```bash\ncd Bookify.Server\ndotnet restore\ndotnet ef database update\n```\n\n3. Frontend Setup:\n```bash\ncd ../bookify.client\nnpm install\n```\n\n4. Running the Application:\n```bash\n# From the root directory\ndotnet run --project Bookify.Server\n```\n\nThe application will be available at:\n- Frontend: https://localhost:57182\n- Backend API: https://localhost:5001\n- Swagger Documentation: https://localhost:5001/swagger\n\n## 🧪 Development\n\n- The backend uses Entity Framework Core for database operations\n- The frontend is configured with Vite for fast development\n- SPA Proxy is configured for seamless development experience\n- Hot reload is enabled for both frontend and backend\n\n## 📚 Documentation\n\n- API documentation is available through Swagger UI when running the application\n- Database schema can be viewed through Entity Framework migrations\n- Frontend component documentation is available in the source code\n\n## 🤝 Contributing\n\n1. Fork the repository\n2. Create a feature branch\n3. Commit your changes\n4. Push to the branch\n5. Create a Pull Request\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.\n\n## 📞 Support\n\nFor support, please open an issue in the repository.\n\n---\n\n\u003cdiv align=\"center\"\u003e\n  \u003csub\u003eBuilt with ❤️ by the Bookify Team\u003c/sub\u003e\n\u003c/div\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcamiloerazo%2Fbookify-azure-asp.net","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcamiloerazo%2Fbookify-azure-asp.net","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcamiloerazo%2Fbookify-azure-asp.net/lists"}