- Python >= 3.10
- Flask
- JavaScript
- HTML
- CSS
- Install Python >= 3.10
- Install Poetry
- Install dependencies:
poetry install
- Start your application running:
poetry run flask run --debug
- Build the repository image:
docker build . -t <image-name>
- Run the container:
docker run -p 5000:5000 --name <container-name> -d <image-name>:<tag>
Finish! Now the application are running in your machine!