Skip to content

Your travel, your rules. Final project for Laboratory IV, Systems Methodology I, and Supervised Professional Practice (PPS)

Notifications You must be signed in to change notification settings

soypato/WonderWay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WonderWay

WonderWay pic

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.

Team Members


Main Features

  • 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.

Installation and Usage Instructions

  1. 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'

}; ```

  1. Install dependencies:

    npm install
  2. Navigate to the code directory:

    cd code
  3. Start the Angular server:

    ng s -o
  4. 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
  5. Done! Now you can explore WonderWay in your browser.


Technologies Used

  • Frontend: Angular
  • Backend: JSON-Server
  • Data API: Tripadvisor

Contributions

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.


License

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.

About

Your travel, your rules. Final project for Laboratory IV, Systems Methodology I, and Supervised Professional Practice (PPS)

Resources

Stars

Watchers

Forks

Packages

No packages published