Skip to content

team1306/BadgerBets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8ae5548 · Feb 26, 2025
Jan 10, 2025
Jan 10, 2025
Jan 12, 2025
Feb 26, 2025
Dec 17, 2024
Jan 25, 2025
Jan 17, 2025
Feb 22, 2025
Dec 29, 2024
Dec 22, 2024
Dec 22, 2024
Dec 19, 2024
Dec 19, 2024
Jan 8, 2025
Dec 17, 2024
Dec 17, 2024
Dec 26, 2024
Jan 25, 2025

Repository files navigation

⚡ Python Starter Function

A simple starter function. Edit src/main.py to get started and create something awesome! 🚀

🧰 Usage

GET /ping

  • Returns a "Pong" message.

Response

Sample 200 Response:

Pong

GET, POST, PUT, PATCH, DELETE /

  • Returns a "Learn More" JSON response.

Response

Sample 200 Response:

{
  "motto": "Build like a team of hundreds_",
  "learn": "https://appwrite.io/docs",
  "connect": "https://appwrite.io/discord",
  "getInspired": "https://builtwith.appwrite.io"
}

⚙️ Configuration

Setting Value
Runtime Python (3.9)
Entrypoint src/main.py
Build Commands pip install -r requirements.txt
Permissions any
Timeout (Seconds) 15

🔒 Environment Variables

No environment variables required.