Skip to content

Latest commit

 

History

History
70 lines (42 loc) · 1.31 KB

README.md

File metadata and controls

70 lines (42 loc) · 1.31 KB

GlobexHub Banner

GlobexHub is a travel companion app that allows you to:

  • Convert currencies effortlessly
  • Check weather forecasts for your destination
  • Explore famous places to visit
  • Discover famous food around the world

Technologies Used:

  • Frontend: Next.js with TypeScript
  • Backend: APIs for Weather and Currency Data

Cloud & DevOps Implementation:

  • Docker

  • Kubernetes

  • Terraform

  • AWS

  • Prometheus & Grafana

Setup Instructions

1. Clone the repository

git clone <repository-url>
cd GlobexHub

2. Install dependencies

npm install

3. Environment Setup

Create a .env file in the root of the project:

cp .env.example .env

4. Run the development server

npm run dev

This will start the application at http://localhost:3000

Running the project using Docker

Contribution

Contributions to the project are welcome! Feel free to fork the repository, create a new branch, and submit a pull request. Read for more Contribution Guidelines

License

This project is licensed under the MIT License

Star the project

If you found the project interesting and helpful please star 🌟 the project.