Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.02 KB

File metadata and controls

30 lines (19 loc) · 1.02 KB

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.