Skip to content

fkaduk/tinymarkdownnotes

Repository files navigation

Tiny Markdown Notes

A dead-simple way to share public markdown notes.

Deployment

Set up your environment variables:

cp .env.example .env
# Edit .env with your values

For base deployment, run:

docker-compose up -d

and access the app at http://localhost:5000

For production deployment with HTTPS and rate limiting, run:

docker-compose -f docker-compose.yml -f docker-compose.prod.yml up -d

a access the app at your selected domain.

Development

This project uses uv, so simply use uv sync to install dependencies, uv run pytest to run tests and uv run python app.py to start the app.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors