Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 542 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 542 Bytes

Flask API Starter

This is the simplest possible python api using flask that responds with:

Hello, world!

Deploy to Cyclic in seconds

Deploy to Cyclic

Run Locally

Prerequisites:

  • pyenv
  • python 3.10.11

Install: bin/install

  • creates virtual env
  • installs dependencies from requirements.txt

Run: bin/start

  • runs a gunicorn server

Questions / Help

Join us on Discord: https://discord.cyclic.sh

Enjoy!