{"id":23401532,"url":"https://github.com/aditya1or0/tripgo","last_synced_at":"2025-09-17T20:40:09.982Z","repository":{"id":277567498,"uuid":"904874207","full_name":"Aditya1or0/TripGo","owner":"Aditya1or0","description":"Full Stack Travel Agency Booking System designed to help customers easily explore and book exciting travel packages. It provides a user-friendly interface for customers to view available packages, book their trips, and receive basic invoices for their bookings.","archived":false,"fork":false,"pushed_at":"2025-08-15T17:46:19.000Z","size":10487,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-15T19:32:09.912Z","etag":null,"topics":["mern-stack","reactjs","travel-agency-booking-system","travel-agency-website"],"latest_commit_sha":null,"homepage":"https://trip-go-frontend.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/Aditya1or0.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":"2024-12-17T18:02:45.000Z","updated_at":"2025-08-15T17:38:34.000Z","dependencies_parsed_at":"2025-08-15T19:11:56.059Z","dependency_job_id":"f712e3a1-4071-469c-8dc8-acb4ef7f31cd","html_url":"https://github.com/Aditya1or0/TripGo","commit_stats":null,"previous_names":["aditya1or0/tripgo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Aditya1or0/TripGo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aditya1or0%2FTripGo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aditya1or0%2FTripGo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aditya1or0%2FTripGo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aditya1or0%2FTripGo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aditya1or0","download_url":"https://codeload.github.com/Aditya1or0/TripGo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aditya1or0%2FTripGo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275658802,"owners_count":25504780,"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-09-17T02:00:09.119Z","response_time":84,"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":["mern-stack","reactjs","travel-agency-booking-system","travel-agency-website"],"created_at":"2024-12-22T11:16:40.006Z","updated_at":"2025-09-17T20:40:09.956Z","avatar_url":"https://github.com/Aditya1or0.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TripGo - Travel Agency Booking System\n\nWelcome to the TripGo repository! This project is a Travel Agency Booking System designed to help customers easily explore and book exciting travel packages. It provides a user-friendly interface for customers to view available packages, book their trips, and receive basic invoices for their bookings.\n\n## Project Overview\n\nTripGo offers an easy-to-use platform where customers can:\n- Browse through available tour packages.\n- Book a tour package by providing necessary details.\n- Receive a basic invoice after booking, summarizing customer information and booking details.\n\n### Core Features:\n1. **Tour Packages Page:**\n   - Displays a list of tour packages with essential details:\n     - Title\n     - Description\n     - Price\n     - Available Dates\n     - Images\n   - Data is fetched from a MongoDB collection to dynamically display the available packages.\n\n2. **Package Booking:**\n   - Each package has a 'Book Now' button.\n   - Clicking the 'Book Now' button opens a form where customers can input:\n     - Name\n     - Email\n     - Phone Number\n     - Number of travelers\n     - Special requests \n   - After the customer fills in their details, the booking is saved to MongoDB.\n\n3. **Invoice Generation:**\n   - After booking, the system generates a basic invoice which includes:\n     - Customer Details (Name, Email, Phone Number)\n     - Package Details (Title, Price, Number of Travelers)\n     - Total Price (Calculated based on the price per person * number of travelers)\n\n## Tech Stack\n- **Frontend:**\n  - React\n  - TailwindCSS \n\n- **Backend:**\n  - Node.js\n  - Express.js\n\n- **Database:**\n  - MongoDB (for storing package and booking details)\n\n## Installation\n\n### Prerequisites\nEnsure that you have the following installed:\n- Node.js\n- MongoDB\n\n### Frontend Setup\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/Aditya1or0/TripGo.git\n   ```\n2. Navigate to the frontend directory:\n   ```bash\n   cd TripGo/frontend\n   ```\n3. Install the necessary dependencies:\n   ```bash\n   npm install\n   ```\n4. Start the development server:\n   ```bash\n   npm run dev\n   ```\n\n### Backend Setup\n1. Navigate to the backend directory:\n   ```bash\n   cd TripGo/backend\n   ```\n2. Install the necessary dependencies:\n   ```bash\n   npm install\n   ```\n3. Start the server:\n   ```bash\n   npm start\n   ```\n\nEnsure your MongoDB server is running and properly connected to the backend.\n\n## Usage\n\n### 1. **Tour Packages Page:**\n   - Navigate to the homepage where you can view all available tour packages.\n   - Each package will have details like the title, description, price, available dates, and an image.\n\n### 2. **Booking a Package:**\n   - Click on the 'Book Now' button next to the package you wish to book.\n   - Fill in the required customer information and submit the form.\n   - Your booking will be saved in MongoDB.\n\n### 3. **Invoice Generation:**\n   - After the booking is confirmed, you will receive an invoice with your booking details, including the customer and package information.\n\n## Contributing\n\nWe welcome contributions to enhance the functionality of TripGo! If you'd like to contribute:\n\n1. Fork the repository.\n2. Create a new branch \n3. Make your changes and commit them.\n4. Push your changes to your forked repository.\n5. Submit a pull request with a description of your changes.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Contact\n\n- **GitHub Repository:** [https://github.com/Aditya1or0/TripGo](https://github.com/Aditya1or0/TripGo)\n- **Email:** [adityapandit264@gmail.com](mailto:adityapandit264@gmail.com)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faditya1or0%2Ftripgo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faditya1or0%2Ftripgo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faditya1or0%2Ftripgo/lists"}