Description
In this course, you will :
- Learn exposing API endpoints from Laravel web apps
- Practise using some of the best Laravel features
- Learn the Postman tool to manually test, manage, and share API endpoints with third parties
Syllabus :
1. Authentication
- Welcome New Users Via an API
- Automating the Tests
- Next API - Login
- Tests for Login
2. Restaurants
- Laying the Foundation
- Launching Restaurants APIs
- CRUD at Your Fingertips
- Time to Automate Tests Again
3. Menu Items
- Protecting New Doors (API Endpoints)
- Practice Makes You Better
- Cache and Rule
4. Tables
- Manage the Tables
- Transitioning Table States
5. Orders
- Orders
- Book a Table
- List Orders of a Restaurant
- Add Order Items
- Changes in the Customer wishes
- Order Item Tests
- Completion of the Order