Skip to content

levinadev/WeatherDjangoAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WeatherDjangoAPI

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.

Screenshot

Features

  • Accepts weather data submissions in JSON format or via an HTML form.
  • Stores submitted data in a database for future retrieval.

API Usage

  • GET /api/v1/weather
  • POST /api/v1/weather

Installation and Launch

  1. Clone the repository:
git clone git@github.com:levina-anna/WeatherDjangoAPI.git
cd WeatherDjangoAPI
  1. Launch the application using Docker:
docker-compose up --build
  1. Open the application in your browser: http://localhost:8001/api/v1/weather

Technologies Used

Django Django REST framework Python

About

A RESTful API built with Django Rest Framework (DRF) to receive and store weather data in a database.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published