/Multi_API

This project is a multi-purpose API built with Django Rest Framework that provides various endpoints for different types of data

Primary LanguagePythonMIT LicenseMIT

Multi-API with Django Rest Framework

This project is a multi-purpose API built with Django Rest Framework that provides various endpoints for different types of data, including:

  1. Countries Informations: Information about countries, including their capitals, populations, GDPs, currencies, and more.

Requirements

i. Python 3.x

ii. Django 3.x

iii. Django Rest Framework 3.x

Usage

Each API endpoint has its own set of views and serializers. The urls.py file in each app maps the URLs to the corresponding views.

To use the APIs, you can make HTTP requests to the respective endpoints using a client, such as curl or Postman.

Contributing

Contributions are welcome! Please feel free to submit bug reports, feature requests, or pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.