Kassenzettel
Kassenzettel is a web application for managing recipes and shopping lists. It consists of a Django server for the backend and a React frontend for the user interface.
Installation
-
Clone the repository:
git clone https://github.com/username/kassenzettel.git -
Install the Python dependencies:
cd receipeServer pip install -r requirements.txt -
Install the Node.js dependencies:
cd reactFrontend yarn install
Usage
-
Start the Django server:
cd receipeServer python manage.py qcluster python manage.py runserver -
Start the React frontend:
cd reactFrontend yarn start -
Open the application in a web browser:
http://localhost:3000/
Updating
To update the frontend packages, run:
cd ../reactFrontend
yarn upgrade
License
This project is licensed under the GPL v3.
Description
Languages
Jupyter Notebook
72.2%
Python
15.9%
JavaScript
11.5%
HTML
0.3%
CSS
0.1%