This project is an effective implementation of the builder design pattern as part of the COE312 course Fall 2022
The builder design pattern suggests that you extract the object construction code from its own class and move it to separate objects called builders.
The builder design pattern allows you to create different flavors of an object while avoiding constructor pollution. Practical when there could be several flavors of an object. Or when there are many steps involved in creating an object.
I use XAMPP
This step is very dependable on your preferred web server
Create a new database called 'database' and import the dashboard.sql
file.
You can access the website through your local
Here are the links 🌐:
Your Database interface location will also depend on your preferred web server