A web-based recipe application that allows users to store recipes and automatically adjust ingredient quantities based on the number of guests.
  • PHP 93.9%
  • JavaScript 4.2%
  • Dockerfile 1.9%
Find a file
2025-10-11 22:23:09 +02:00
src complete: edit page 2025-08-02 23:50:38 +02:00
.gitattributes fix permission error 2025-08-02 23:23:34 +02:00
docker-compose.yml fix permission error 2025-08-02 23:23:34 +02:00
Dockerfile fix permission error 2025-08-02 23:23:34 +02:00
README.md Update README.md 2025-10-11 22:23:09 +02:00

Recipe App 👨‍🍳

A web-based recipe application that allows users to store recipes and automatically adjust ingredient quantities based on the number of guests.

Features

  • To-Do

Tech Stack:

Docker MySQL PHP JavaScript

Installation

  1. Clone the repository

    git clone https://github.com/msh31/recipe-app.git
    cd recipe-app
    
  2. Set up the database

    • Import the database.sql file into your MySQL database.
  3. Run the project

        docker compose up -d
    
    • Open http://localhost:8004 in your browser.

Contributing

Pull requests are welcome! Feel free to fork this repository and improve upon it.

License

This project is licensed under the MIT License.


Made with ❤️ by Marco