Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

piattaforma-ricette-cucina-web

Setup Instructions

Prerequisites

  • Docker
  • Docker Compose

Running the Application

  1. Clone the repository:

    git clone <repository-url>
    cd piattaforma-ricette-cucina-web
  2. Copy the .env.example to .env and configure your environment variables:

    cp .env.example .env
  3. Build and start the Docker containers:

    docker-compose up --build
  4. Access the Laravel backend at http://localhost and the Vue.js frontend at http://localhost:8080.

  5. The MySQL database is accessible at db:3306 with username root and password root.

  6. The S3-compatible storage is accessible at http://localhost:9000 with access key minioadmin and secret key minioadmin.

Stopping the Application

To stop the application, run:

docker-compose down

Additional Commands

  • To run artisan commands, use:

    docker-compose exec app php artisan <command>
  • To install new npm packages for the frontend, use:

    docker-compose exec frontend npm install <package-name>

About

Piattaforma web per creare, organizzare e condividere ricette di cucina.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages