This is the third group project I did with a group of 2 people.
This project is a web application that simulates a pharmacy. The user can create an account, order medicine, see the available medicine, and see the status of the order.
An admin can add and remove medicine from the database. But also schedule orders for users to pickup. The application is written in Django and uses a SQLite3 database to store the data.