This is a lightweigth web frontend to add recipes from KptnCook to Mealie via the shared link.
The app is designed as pwa and so it can be installed as web-app on mobile devices via chrome.
Many thanks to https://github.com/ephes/kptncook for the backend functionality.
Also a big thank you for your fantastic cooking apps @Mealie and @KptnCook.
This app is work in progress and should not be exposed.
I only wanted to have a quick solution to add recipes from KptnCook to Mealie.
Please install the backend first: https://github.com/ephes/kptncook
After that you need to install flask:
pip install flask
Now you can clone the repository and start the frontend.
To start the flask app just execute it:
python3 app.py
Afterwards you can reach the app at port 5000.
