Vault Ministry is a digital web platform solution that allows efficient management and registration of members. It is designed for administrators to manage users. It contains the following key features:
Enables search for registered users. Search displays user's names and their allocated group.
Authenticated users with administrator rights can perform the following tasks:
- New member registration
- view all registered member
- View attendance report
- View attendance details
Administrators create user accounts with required user data. Users are assigned to a group during registration.
The admin is able to view all registered members and search for members.
Administrators can view attendance reports and have the option print them
-
SQLAlchemy: ORM for database interaction.
-
Alembic: Database migrations tool.
-
Pipenv: Virtual environment and package management.
- You can find the full list of dependencies in the Pipfile.