https://github.com/sudip-13/tour-guide
A comprehensive platform providing real-time train availability, flight details, and weather suggestions for a specific date. The flight feature is currently under maintenance.
https://github.com/sudip-13/tour-guide
amadeus firebase-auth nextjs14 postgresql rapidapi responsive
Last synced: 3 months ago
JSON representation
A comprehensive platform providing real-time train availability, flight details, and weather suggestions for a specific date. The flight feature is currently under maintenance.
- Host: GitHub
- URL: https://github.com/sudip-13/tour-guide
- Owner: sudip-13
- Created: 2024-07-18T21:28:27.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-08T11:25:30.000Z (9 months ago)
- Last Synced: 2025-01-08T18:17:55.434Z (5 months ago)
- Topics: amadeus, firebase-auth, nextjs14, postgresql, rapidapi, responsive
- Language: TypeScript
- Homepage: https://my-tour-pi.vercel.app/
- Size: 2.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flight Availability and Weather App
This web application provides real-time train availability, flight details, and weather suggestions for a specific date. Unfortunately, the flight feature is currently unavailable in production due to API pricing issues.
## Getting Started
#### Download the code:
* Click on the “Code” button above and select “Download ZIP.”
* Extract the ZIP file to your preferred location.#### Configure the client:
* Navigate to client/app/flight/page.tsx.
* Comment out the visible section and uncomment the section you want to use.#### Run the app:
* Open your terminal and navigate to the project directory.
* Go to the client folder: cd client
* Start the development server: yarn dev
* Access the app in your browser at: http://localhost:3000/flight (Wait approximately 50 seconds for the initial rendering on a free instance.)Feel free to explore the code and make any necessary adjustments. If you have any questions or need further assistance, don’t hesitate to ask!