Skip to content

Hello World demonstrates an application with Flask and TailwindCSS deployed on Render.

License

Notifications You must be signed in to change notification settings

ervinteoh/hello-world-flask

Repository files navigation

Hello World Flask

This is a Flask app that serves simple demo pages.

Deploy to Render

Features

  • Python
  • Flask
  • Flask SQLAlchemy
  • TailwindCSS

Installation & Usage

  1. Install Python requirements
    • pip install -r requirements.txt
  2. Start the server for development
    • flask --app src:create_app run