This application is designed to receive weather data, allowing submissions in JSON format or manually via a form, and store this data in a database.
- Accepts weather data submissions in JSON format or via an HTML form.
- Stores submitted data in a database for future retrieval.
- GET /api/v1/weather
- POST /api/v1/weather
- Clone the repository:
git clone git@github.com:levina-anna/WeatherDjangoAPI.git
cd WeatherDjangoAPI- Launch the application using Docker:
docker-compose up --build
- Open the application in your browser: http://localhost:8001/api/v1/weather
