Oracle
Appointment Scheduling (Flask)
Appointment scheduling web application built with Flask.
Read more...This project is a Flask-based appointment scheduling application, designed for teachers and students. Deployed using Docker, it features tools for managing users, appointments, reports, and audit logs. The application is equipped with a RESTful API for efficient data handling and offers detailed administration options tailored to various user roles (eg. student, teacher, admin) with permissions adapted to each role. The backend connects to an Oracle database.
Avalonia based recipe app for storing and sharing recipes.
Read more...Desktop recipe management app developed as part of a three-person team. The app was built using C# with the Avalonia framework and follows the MVVM architecture. It incorporates features like recipe creation, scaling, budgeting, and gaming-themed engagement mechanics. The backend was managed using EF Core connected to an Oracle database, with unit testing implemented via MSTest.