Googletrans / README.md
dioarafii's picture
Upload 5 files
b4e236e verified
|
raw
history blame
No virus
514 Bytes
metadata
title: Flask
description: A popular minimal server framework for Python
tags:
  - python
  - flask

Python Flask Example

This is a Flask app that serves a simple JSON response.

Deploy on Railway

✨ Features

  • Python
  • Flask

πŸ’β€β™€οΈ How to use

  • Install Python requirements pip install -r requirements.txt
  • Start the server for development python3 main.py