This repository is about a project related to the BCC Bank's scholarship for the academic year 2023/2024.
This project was designed to make communication between bank employees and customers faster and more effective, making consultations easily accessible and editable through a simple and clear style.
In the development of the website, many knowledge and techniques that the group studied at ITT Blaise Pascal over the years in various subjects were also implemented and used.
Clone the project and go inside the project directory
git clone https://github.com/AlBovo/ProgettoBCC.git
cd ProgettoBCC
Create the .env
file and set MYSQL_DATABASE
and MYSQL_ROOT_PASSWORD
inside it, here it is an example
MYSQL_DATABASE=database
MYSQL_ROOT_PASSWORD=f5hFaMuZRC7x9Qb27EdRCuDaz7CPFa
To start the site you now just have to run docker compose up --build
.
Additionally, you can use cleanDocker.sh
script which will delete all the containers, images and volumes of this project.
./scripts/cleanDocker.sh