Repository for NFQ Thailand's Tech Event
We are going to create a small E-commerce API with Symfony Components and how we can leverage Symfony Components to build a web framework of our own.
- Basic PHP and understanding of Object Oriented Programming
- PHP Standard Recommendations knowledge ( PSR Standard )
- experience with Composer
- experience with any PHP Framework
- How API works
- composer
- PHP >= v7.2
- MariaDB >= v.10
- Postman
- Docker
- Register a User
- Login as a registered user and get JWT Token
- Get the list of products ( name, price, quantity )
- Add to products to cart
- Get the Cart detail
- Checkout the cart with products
docker-compose build --pull
docker-compose up -d