{"id":15003100,"url":"https://github.com/eman288/travel-management-system","last_synced_at":"2026-01-18T10:00:03.580Z","repository":{"id":249369153,"uuid":"831324656","full_name":"Eman288/Travel-Management-System","owner":"Eman288","description":"This project is designed to manage and streamline travel arrangements, including booking flights, accommodations, and other travel-related activities. The system aims to provide an efficient way to handle travel logistics for users.","archived":false,"fork":false,"pushed_at":"2025-05-06T17:26:16.000Z","size":35507,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-06T18:36:23.888Z","etag":null,"topics":["bootstrap","c-sharp","css","dotnet","dotnet-core","html","html5","javascript","linq","microsoft-sql-server","sql","web-app","web-application","webapp","webapplication"],"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/Eman288.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-07-20T08:16:30.000Z","updated_at":"2025-05-06T17:26:21.000Z","dependencies_parsed_at":"2024-07-20T09:47:48.559Z","dependency_job_id":"663113bf-7e84-4c93-936c-2e45df7f51a9","html_url":"https://github.com/Eman288/Travel-Management-System","commit_stats":null,"previous_names":["eman288/travel-management-system"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Eman288/Travel-Management-System","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eman288%2FTravel-Management-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eman288%2FTravel-Management-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eman288%2FTravel-Management-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eman288%2FTravel-Management-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Eman288","download_url":"https://codeload.github.com/Eman288/Travel-Management-System/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eman288%2FTravel-Management-System/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28534203,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"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":["bootstrap","c-sharp","css","dotnet","dotnet-core","html","html5","javascript","linq","microsoft-sql-server","sql","web-app","web-application","webapp","webapplication"],"created_at":"2024-09-24T18:56:00.395Z","updated_at":"2026-01-18T10:00:03.571Z","avatar_url":"https://github.com/Eman288.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Travel Management System\n\n## Table of Contents\n\n- [Introduction](#introduction)\n- [Features](#features)\n- [Technologies](#technologies)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Introduction\n\nWelcome to the Travel Management System! This project is designed to manage and streamline travel arrangements, including booking flights, accommodations, and other travel-related activities. The system aims to provide an efficient way to handle travel logistics for users.\n\n## Features\n\n- User authentication and authorization\n- Booking and managing travel itineraries\n- Searching and filtering travel options\n- Payment Processing\n- Admin panel for managing users and travel options\n- Responsive design for mobile and desktop users\n\n## Technologies\n\n- **Frontend:** HTML, CSS, JavaScript, Bootstrap\n- **Backend:** .NET Core, ASP.NET MVC, Entity Framework\n- **Database:** SQL Server\n- **Authentication:** Identity Framework\n\n## Installation\n\n### Prerequisites\n\n- [.NET Core SDK](https://dotnet.microsoft.com/download)\n- [SQL Server](https://www.microsoft.com/en-us/sql-server/sql-server-downloads)\n\n### Steps\n\n1. **Clone the repository**\n    ```bash\n    git clone https://github.com/Eman288/Travel-Management-System.git\n    cd Travel-Management-System\n    ```\n\n2. **Setup the database**\n    - Update the connection string in `appsettings.json` to match your SQL Server configuration.\n    - Run the following commands to create the database and apply migrations:\n        ```bash\n        dotnet ef database update\n        ```\n\n3. **Run the application**\n    ```bash\n    dotnet run\n    ```\n\n## Usage\n\n1. **Register and log in**\n    - Create a new account or log in with existing credentials.\n\n2. **Book travel**\n    - Search for available travel options and book your preferred itinerary.\n\n3. **Manage bookings**\n    - View and manage your bookings from the user dashboard.\n\n4. **Admin panel**\n    - If you are an admin, access the admin panel to manage users and travel options.\n\n## Contributing\n\nContributions are welcome! Please follow these steps to contribute:\n\n1. **Fork the repository**\n2. **Create a new branch**\n    ```bash\n    git checkout -b feature/your-feature-name\n    ```\n3. **Make your changes**\n4. **Commit your changes**\n    ```bash\n    git commit -m \"Add feature: your feature name\"\n    ```\n5. **Push to your branch**\n    ```bash\n    git push origin feature/your-feature-name\n    ```\n6. **Create a pull request**\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feman288%2Ftravel-management-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feman288%2Ftravel-management-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feman288%2Ftravel-management-system/lists"}