An open API service indexing awesome lists of open source software.

https://github.com/irshad365/simple-python-api

A simple python api to serve data for mobile applications
https://github.com/irshad365/simple-python-api

fastapi python3

Last synced: about 1 month ago
JSON representation

A simple python api to serve data for mobile applications

Awesome Lists containing this project

README

          

# API Server

Welcome to the API server repository for my Flutter project! This server is designed to handle backend logic, provide data to the app, and support web and mobile platforms seamlessly.

https://medium.com/@irshad365/as-a-mobile-developer-i-had-no-idea-creating-a-api-server-with-python-was-so-easy-b2f51a337920

## Features
- Lightweight and fast API server built with Python (FastAPI).
- Auto-generated Swagger and ReDoc API documentation.
- Easy integration with cloud providers like Firebase.
- Minimal code for maximum functionality.

## Prerequisites
- Python 3.10 or higher installed.
- `pip` package manager (or a virtual environment).
- `requirements.txt` file included in this repository.

## Access the API documentation:

Swagger UI: http://127.0.0.1:8000/docs
ReDoc: http://127.0.0.1:8000/redoc

## Contribution
Feel free to open an issue or submit a pull request if you have suggestions or improvements!

## License
This project is licensed under the MIT License. See LICENSE for more details.