deta / deploy-to-deta-button-example

An example repository for Deploy To Deta button.

Home Page:https://docs.deta.sh/docs/micros/deploy_to_deta_button

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploy To Deta Button Example

This is an example repository created to showcase Deploy To Deta button usage.

This is a simple python micro that uses FastAPI to greet hello.

Files

  • deta.json: specifies Micro's metadata and environment variables, optional
  • main.py: implements the api, required for Python Deta Micros
  • requirements.txt: specifies which dependencies are needed for the Micro, required if Python Micro has dependencies

Deploy

Click the following button to deploy this Micro in your own Deta project:

Deploy

About

An example repository for Deploy To Deta button.

https://docs.deta.sh/docs/micros/deploy_to_deta_button

License:MIT License


Languages

Language:Python 100.0%