Skip to content

paingsoekhant-coding/REST_API

Repository files navigation

Laravel

REST API with Laravel 11

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;

End Points For Blogs

  • 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}".

End Points For Birds

  • Get All Birds : GET "/api/birds".
  • Get Single Birds : GET "/api/bird/{id}".
  • Get Birds Name : GET "/api/birds/name".

Cover Cover Cover Cover

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages