WonderWay is a travel management tool designed to help you discover and organize visits to hotels, attractions, and restaurants efficiently. We use the Tripadvisor API and a local server based on json-server
to provide a fast and reliable experience.
- Patricio Tubio - soypato
- Enzo Güerci - Ruzito-San
- Juan Manuel Ciardi - JuaniiC07
- Chiara Ciardi - Chiari13
- Ignacio Acuña - iMonety
- Search hotels, restaurants, and attractions: Detailed and real-time information provided by the Tripadvisor API.
- Local management: Data stored and handled using
json-server
. - User-friendly interface: Designed for a simple and direct user experience.
-
Prepare the project environment:
- Place the file
tripKey.ts
one folder above the repository. This file contains the access token required to interact with the Tripadvisor API.
Your file should look like this:
export const tripkey = { production: true, token: 'token'
- Place the file
}; ```
-
Install dependencies:
npm install
-
Navigate to the code directory:
cd code
-
Start the Angular server:
ng s -o
-
Start the JSON server:
- Open a new terminal and navigate again to the code directory:
cd code
- Run the following command:
json-server db/db.json
- Open a new terminal and navigate again to the code directory:
-
Done! Now you can explore WonderWay in your browser.
- Frontend: Angular
- Backend: JSON-Server
- Data API: Tripadvisor
This project was developed to learn, collaborate, and provide a useful tool. If you have suggestions or want to contribute, feel free to contact us or create a pull request.
This project is not currently under any specific license. If you have any questions about its use, please contact any of the team members listed above.