Skip to content

cmvanb/cookbook

Repository files navigation

Cookbook

A personal recipe management and meal planner app.

Development

Install the project.

git clone git@github.com:cmvanb/cookbook.git
cd cookbook
python -m venv venv
source venv/bin/activate
pip install -r cookbook/requirements.txt

Initialize the database.

FLASK_APP=cookbook:app flask init-db

Run the local development server.

FLASK_APP=cookbook:app flask --debug run

Use localhost:5000.

Tests

coverage run -m pytest
coverage report

Docker

With compose:

docker compose up --build

Use localhost:5000.

About

Recipe management and meal planner app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published