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
- Host: GitHub
- URL: https://github.com/irshad365/simple-python-api
- Owner: irshad365
- Created: 2024-11-29T21:05:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-15T19:41:02.000Z (over 1 year ago)
- Last Synced: 2025-01-23T05:19:57.560Z (over 1 year ago)
- Topics: fastapi, python3
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.