LibreRecipes

A bloat free recipe website made in Flask for normies

This is an OpenSource crowd-sourced cooking recipes website, this is a personal project
but feel free to fork it and edit any code to your needs just keep it open source as the LICENSE implies.

Development setup

pip install -r requirements.txt
python3.9 main.py

Put the recipes.sqlite3 in the project folder and then change

app.config["SQLALCHEMY_DATABASE_URI"] = "sqlite:///[db-name].sqlite3"

in the __init__.py file line 6

Images: https://anonfiles.com/UfzeydXet9/recipes-imgs_zip

Planned Features

  • Cleaning up the database

Release History

  • 0.0.2

    • Added categories
  • 0.0.1

    • initial release

Meta

Anas Arbaoui – @Anarbbb[email protected]

Distributed under the GPL-3.0 license. See LICENSE for more information.

https://github.com/Anarbb/

Contributing

  1. Fork it (https://github.com/Anarbb/LibreRecipes/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

GitHub

https://github.com/Anarbb/LibreRecipes