Description
This project is a recipe finder application that allows users to search for recipes in a simple and clean UI.
Features
- Add a recipe
- Remove recipe
- Update recipe
- Search recipes
- See the recipie
Installation
- Clone the repository:
git clone https://github.com/your-username/recipe-finder.git
- Install the required dependencies:
pip3 install -r requirements.txt
- Start the application: Dev:
python ./dev.py
Production
gunicorn main:app
Contributing
Contributions are welcome! If you would like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature
- Make your changes and commit them:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature/your-feature
- Submit a pull request.
License
This project is licensed under the MIT License.
Contact
If you have any questions or suggestions, please feel free to contact us at kowal@outlook.dk