-
Introduction to API and PHP: This module will cover the basic concepts of API, how it works, and how to create an API using PHP.
-
XAMPP: This module will teach how to install and set up XAMPP, a free and open-source cross-platform web server solution, which includes Apache, MySQL, PHP, and Perl.
-
XAMPP setup, Basic Protocol & Ports: This module will cover the basic setup of XAMPP, including configuring ports and protocols used by the web server and database.
-
Basic concepts for API Development: This module will cover the fundamental concepts of API development, including endpoints, HTTP methods, request/response formats, and authentication.
-
Build Note taking application: This module will teach how to develop a simple note-taking application using PHP and API. It will cover topics such as CRUD operations, database design, and authentication.
-
Signup and email verification using API: This module will focus on user registration and email verification process using API. It will cover topics such as user authentication, sending emails, and verification tokens.