https://github.com/ervinteoh/hello-world-flask
Hello World demonstrates an application with Flask and TailwindCSS deployed on Render.
https://github.com/ervinteoh/hello-world-flask
docker flask flask-sqlalchemy javascript jinja2 postgresql python railway render tailwind-css webpack
Last synced: 3 months ago
JSON representation
Hello World demonstrates an application with Flask and TailwindCSS deployed on Render.
- Host: GitHub
- URL: https://github.com/ervinteoh/hello-world-flask
- Owner: ervinteoh
- License: mit
- Created: 2022-12-16T13:07:37.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-24T07:32:40.000Z (over 3 years ago)
- Last Synced: 2025-12-27T11:06:06.807Z (6 months ago)
- Topics: docker, flask, flask-sqlalchemy, javascript, jinja2, postgresql, python, railway, render, tailwind-css, webpack
- Language: Python
- Homepage: https://hello-world-flask-z999.onrender.com
- Size: 133 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hello World Flask
This is a [Flask](https://flask.palletsprojects.com/en/1.1.x/) app that serves simple demo pages.
[](https://render.com/deploy?repo=https://github.com/ervinteoh/hello-world-flask)
## 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`