This commit is contained in:
vabene1111 2020-01-01 22:15:14 +01:00
parent f11f6b7ed1
commit 202b92b156

View File

@ -5,12 +5,12 @@ Recipes is a django application to manage, tag and search recipes using either b
### Features
- :package: Sync files with Dropbox and Nextcloud (more can easily be added)
- :mag: Powerful search with djangos [TrigramSimilarity](https://docs.djangoproject.com/en/3.0/ref/contrib/postgres/search/#trigram-similarity)
- :label: Create and search for tags, assign them in batch to all files matching certain filters
- :page_facing_up: Create recipes locally within a nice, standardized webinterface
- :person_with_blond_hair: Share recipes with friends and comment on them to suggest or remember changes you made
- :whale: Easy setup with Docker
- :package: **Sync** files with Dropbox and Nextcloud (more can easily be added)
- :mag: Powerful **search** with djangos [TrigramSimilarity](https://docs.djangoproject.com/en/3.0/ref/contrib/postgres/search/#trigram-similarity)
- :label: Create and search for **tags**, assign them in batch to all files matching certain filters
- :page_facing_up: **Create recipes** locally within a nice, standardized web interface
- :person_with_blond_hair: **Share** recipes with friends and comment on them to suggest or remember changes you made
- :whale: Easy setup with **Docker**
This application is meant for people with a collection of recipes they want to share with family and friends or simply store them in a nicely organized way. A basic permission system exists but this application is not meant to be run as a public page.
@ -62,6 +62,7 @@ To start developing:
5. Start development server with `manage.py runserver`
## Contributing
Pull Requests and ideas are welcome, feel free to contribute in any way.
## License