You need to have the following tools installed on your machine: Git, Docker, and Docker-Compose
git clone https://github.com/MDoreto/Biblioteca.gitChange /frontend/.env.production to your machine ip with port 8000
Build and run the docker-compose in root folder:
docker-compose up --build -dThe system will be available at "yourip:9000"
To change password run the command below in the api container :
flask change-password mynewpassword