A simple weather application with MongoDB as the database.
AeroCast_API is a weather application built using the Go programming language, MongoDB as the database, and the Echo framework. This application allows users to access and view weather data based on city and country information. Notably, the weather data is stored in MongoDB, and the application does not require a login system for user access.
- View weather data based on city and country.
- Add and searching cities.
- Programming Language: Go
- Database: MongoDB
- Framework: Echo
Clone the project
git clone https://github.com/fauzibrillian/AeroCast_API.gitGo to the project directory
cd AeroCast_APIInstall dependency
go mod tidyEnsure you have an OpenWeatherMap API key for accessing weather data. Add the API key to your configuration file.

