In this REST API project include Blogs and Birds API.I used default database of Laravel 11 (Sqlite). I took Birds Data from sannlynnhtun-coding;
- Get All Blogs : GET "/api/blogs".
- Get Single Blogs : GET "/api/blog/{id}".
- Create Blogs : POST "/api/blog/create".
- Update Blogs : POST "/api/blog/update/{id}".
- Delete Blogs : DELETE "/api/blog/delete/{id}".
- Get All Birds : GET "/api/birds".
- Get Single Birds : GET "/api/bird/{id}".
- Get Birds Name : GET "/api/birds/name".