You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The User Management Application is a desktop application with a three-tier architecture, written in OOP in Python, and deployed on SQLite. This application has features such as registration, login, search, changing user status and roles, pagination, etc.
My OOP Semester Project- Artist Graph. Pulls data from MongoDB and Discogs API to generate graph with artist nodes and collaborators. Implements design patterns such as Adapter, Bridge, and Decorator.