Personal Records to Record Learning Processes and Outcomes
Web API (Web Application Programming Interface) is an interface that enables communication between different applications or systems over a network, usually the Internet. Web APIs allow applications to request data or services from other applications via the HTTP protocol.
Web APIs are often used in modern software development for:
Retrieve Data: Such as weather, news, user data, etc.
Interacting with External Services: For example, online payments or authentication through Google or Facebook.
Connecting Different Applications: An intermediary connects the front end (user interface) and back end (server).
https://github.com/rendyokts/laravel-auth-api.git
How to use this API
composer update in your terminalphp artisan migratehttp://127.0.0.1:8000http://127.0.0.1:8000/api/register to register your credentialshttp:://127.0.0.1:8000/api/login{
"name":"YourName",
"email":"YourEmail@email.com",
"password":"YourSecurePassword",
"confirm_password":"YourSecureSamePassword"
}