This is a PHP project of BKACAD students on a Clothing Store. Project include a small custom framework powered by MVC model and Facade Design Pattern, which mostly inspired by Laravel framework.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
First, you will need have things installed:
- Composer - PHP package manager
After you clone the project to your machine in htdocs folder, you will need to install all of it dependency via Composer:
composer require
Once it's done, you can import the database.sql file into your Phpmyadmin.
After all is set, you serve the application to your PHP built-in server (recommend):
php -S localhost:8888
Nguyen Tuan Anh - Thomas Nguyen
This project is under no license. It's just a student project.