Skip to content

DLineone/simple-flask-blog

Repository files navigation

Flask Starter

Main page

Posts page

Edit post function

Generate password

Getting Started

Install the required dependencies:

python -m venv .venv
source .venv/bin/activate
pip install .

Or, if using uv:

uv sync

Running Locally

Start the development server on http://0.0.0.0:5001

python main.py
# using uv:
uv run main.py

When you make changes to your project, the server will automatically reload.

About

simple flask blog + password generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors