/curcumo

Plan - Shop - Cook. Choose your meals, leave us to do the shopping. Just cook.

Primary LanguagePHPMIT LicenseMIT

Curcumo



1. Setting up environment

Requirements

Setup

  1. Make sure that you have Docker installed and running.
  2. Clone the repository
git clone https://github.com/Zoltw/curcumo.git
  1. Create an .env file, which includes database connection details.
DB_NAME=''
DB_USER=''
DB_PASSWORD=''
  1. Start docker containers in root directory
docker compose up
  1. Open http://localhost:8080 in your browser.

2. Some screenshots

3. ERD Diagram