The goal of the project was to make a simple web application to store user passwords. The project focused on security issues.
If you want to test apllications:
- Start container:
docker-compose up --build - Start using apllication at the following address:
0.0.0.0:8000 - Stop container:
a. Check running containers:docker ps
b. Stop cointainter with applcation:docker stop [CONTAINER_ID]