An open API service indexing awesome lists of open source software.

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.

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.

[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](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`