A very simple e-commerce API built with vanilla PHP, MySQL, Apache2, XAMPP, VScode and Linux.
- User authentication (JWT)
- CRUD operations for products and orders
- Clone repo:
git clone <repository_url> - Create
blogMySQL Database with posts and users tables - Set up
.envwith DB and JWT details - Start XAMPP (Apache and MySQL)
- Access at
http://localhost/blog