Simple shop using database by JSON
-
Clone Repository:
git clone https://github.com/hany-vn/shop-json-data.git
-
Install Dependencies:
composer install
-
Start Development Server:
php -S localhost:80
-
Access Application:
- Open a web browser and navigate to
http://localhost:80
or the port you configured.
- Open a web browser and navigate to
If you'd like to contribute to the project, follow these steps:
- Fork Repository
- Create a new branch:
git checkout -b feature/your-feature
- Commit your changes: