Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suraj-kumar00/globexhub
Explore the world through real-time weather updates, currency conversions, and discover famous places and foods — all in one app - Cloud/DevOps Practices
https://github.com/suraj-kumar00/globexhub
aws devops docker grafana kubernetes nextjs prometheus terraform
Last synced: 3 days ago
JSON representation
Explore the world through real-time weather updates, currency conversions, and discover famous places and foods — all in one app - Cloud/DevOps Practices
- Host: GitHub
- URL: https://github.com/suraj-kumar00/globexhub
- Owner: Suraj-kumar00
- License: mit
- Created: 2025-01-04T13:47:38.000Z (11 days ago)
- Default Branch: main
- Last Pushed: 2025-01-04T14:34:03.000Z (11 days ago)
- Last Synced: 2025-01-12T16:13:39.897Z (3 days ago)
- Topics: aws, devops, docker, grafana, kubernetes, nextjs, prometheus, terraform
- Language: TypeScript
- Homepage: https://globexhub.devsuraj.me
- Size: 296 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
![GlobexHub Banner](/public/GlobexHub.png)
**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
```bash
git clone
cd GlobexHub
```### 2. Install dependencies
```bash
npm install
```### 3. Environment Setup
#### Create a .env file in the root of the project:
```bash
cp .env.example .env
```## 4. Run the development server
```bash
npm run dev
```#### This will start the application at [http://localhost:3000](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](./CONTRIBUTING.md)
## License
This project is licensed under the [MIT License](/LICENSE)
## Star the project
If you found the project interesting and helpful please star 🌟 the project.