{"id":29627547,"url":"https://github.com/0xcryptoangel/bookingapp-dotnet-angular","last_synced_at":"2026-05-07T01:31:43.626Z","repository":{"id":305118469,"uuid":"1021963611","full_name":"0xCryptoAngel/BookingApp-DotNet-Angular","owner":"0xCryptoAngel","description":"A full-stack web application for booking and managing resources, built with ASP.NET Core and Angular, offering real-time availability, user authentication, and admin dashboards for streamlined scheduling and oversight.","archived":false,"fork":false,"pushed_at":"2025-07-18T08:59:21.000Z","size":687,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-18T12:41:55.605Z","etag":null,"topics":["angular","asp-net-core","asp-net-core-web-api","asp-net-mvc","csharp","entity-framework-core","jwt-token","karma-jasmine","moq","ms-sql-server","repository-pattern","swagger","xunit"],"latest_commit_sha":null,"homepage":"","language":"C#","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/0xCryptoAngel.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-07-18T08:24:45.000Z","updated_at":"2025-07-18T09:00:44.000Z","dependencies_parsed_at":"2025-07-18T12:55:35.098Z","dependency_job_id":null,"html_url":"https://github.com/0xCryptoAngel/BookingApp-DotNet-Angular","commit_stats":null,"previous_names":["0xcryptoangel/bookingapp-dotnet-angular"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/0xCryptoAngel/BookingApp-DotNet-Angular","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xCryptoAngel%2FBookingApp-DotNet-Angular","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xCryptoAngel%2FBookingApp-DotNet-Angular/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xCryptoAngel%2FBookingApp-DotNet-Angular/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xCryptoAngel%2FBookingApp-DotNet-Angular/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xCryptoAngel","download_url":"https://codeload.github.com/0xCryptoAngel/BookingApp-DotNet-Angular/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xCryptoAngel%2FBookingApp-DotNet-Angular/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266263057,"owners_count":23901356,"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":["angular","asp-net-core","asp-net-core-web-api","asp-net-mvc","csharp","entity-framework-core","jwt-token","karma-jasmine","moq","ms-sql-server","repository-pattern","swagger","xunit"],"created_at":"2025-07-21T08:04:12.206Z","updated_at":"2026-05-07T01:31:43.581Z","avatar_url":"https://github.com/0xCryptoAngel.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# BookingApp\n\n\n## 📝 Description\n\nA web-based client-server system for booking or renting any type of resource. The system provides:\n\n- A tree-view of all available resources\n- Calendar-based availability\n- Resource-specific booking rules\n- User authentication\n- Booking management\n\nBusiness owners are given a full set of administrative features including statistics, user access management, and booking oversight.\n\n---\n\n## 🛠️ Technologies \u0026 Methodologies\n\n**Frontend:**\n- Angular 5\n- Bootstrap\n- Karma \u0026 Jasmine (unit testing)\n\n**Backend:**\n- C#, ASP.NET Core MVC\n- ASP.NET Core Identity\n- Entity Framework Core\n- Repository Pattern\n- Swagger for API documentation\n- AutoMapper\n- JWT Authentication\n- SQL Server \u0026 Stored Procedures\n\n**DevOps \u0026 Project Management:**\n- Azure DevOps\n- Git (version control)\n- Agile Development Methodology\n\n---\n\n## 👨‍💻 Responsibilities\n\n- Designed and implemented database and entity models\n- Developed generic repository base classes\n- Created booking logic and occupancy tracking\n- Built authentication with JWT and ASP.NET Identity\n- Integrated Angular frontend with RESTful backend APIs\n- Wrote and maintained unit and integration tests using Moq and xUnit\n- Used Swagger for documenting APIs\n- Designed UI/UX in Angular with Bootstrap\n\n---\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- [.NET SDK](https://dotnet.microsoft.com/download)\n- [Node.js + npm](https://nodejs.org)\n- [SQL Server](https://www.microsoft.com/en-us/sql-server)\n- Angular CLI\n\n### Setup Steps\n\n1. Clone the repo:\n\n```bash\ngit clone https://github.com/your-username/BookingApp.git\ncd BookingApp\n```\n\n2. Set up the database:\n   - Update connection string in `appsettings.json`\n   - Run database migrations or SQL scripts manually\n\n3. Run the backend:\n\n```bash\ncd BookingApp\ndotnet run\n```\n\n4. Run the frontend:\n\n```bash\ncd BookingApp/ClientApp\nnpm install\nng serve\n```\n\nThe app will be available at: `http://localhost:4200`\n\n---\n\n## 📦 Project Structure\n\n```\nBookingApp-DotNet-Angular-main/\n├── BookingApp/                # Main ASP.NET Core project\n│   ├── Controllers/\n│   ├── Models/\n│   ├── Data/\n│   ├── Services/\n│   └── ClientApp/             # Angular frontend\n├── BookingAppTests/           # Unit tests\n├── BookingAppIntegrationTests/\n├── BookingApp.sln             # Solution file\n└── README.md\n```\n\n---\n\n## ✅ Testing\n\nRun backend tests:\n\n```bash\ndotnet test\n```\n\nRun Angular tests:\n\n```bash\ncd BookingApp/ClientApp\nng test\n```\n\n---\n\n## 📄 License\n\nThis project is licensed under the MIT License.\n\n---\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xcryptoangel%2Fbookingapp-dotnet-angular","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xcryptoangel%2Fbookingapp-dotnet-angular","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xcryptoangel%2Fbookingapp-dotnet-angular/lists"}