izishop is a simple e-commerce project based on Symfony. The development is not finished yet. The main resources used in izishop are as follows:
You can run the project on Docker with Nginx, PHP, MySQL.
After installing Docker, run the following code on terminal in your project's directory.
docker compose up
Use the Composer to install required resources.
composer update
After running the server, you can go to http://localhost/api address and access the API Platform page of the application.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.