This project is the output excersize for a youtube course
- Introduction & setup of Laravel with Sail
- Setting up migrations and models
- Add model factories and seeders
- Login and authentication with Sanctum
- Login api unit testing
- Logout api + testing
- Product list api
- Testing products list api
- Refactor to actions
- Caching products
- Create order api
- Testing order api
- Adding Swagger Documentation