Django app that allows saving passwords in a MySQL database. There is an authentication system with a custom user (the default Django user was modified). CRUD operations can be performed on the passwords and there are search bars for "name" or "type" which are defined by the user.
The app also has Docker files that allow running it on containers using Docker Compose.