GithubHelp home page GithubHelp logo

arbi-amg / laravel-advanced-crud-api Goto Github PK

View Code? Open in Web Editor NEW

This project forked from maniruzzamanakash/laravel-advanced-crud-api

0.0 0.0 0.0 4.57 MB

Laravel Advanced API Architecture for Small to Big Project with Auth, Repository, Interfaces, Unit Testing and so many stuffs with Laravel 9.x

Shell 0.76% PHP 96.49% Blade 2.75%

laravel-advanced-crud-api's Introduction

Laravel CRUD API with Auth

Basic Laravel CRUD API application included with Authentication Module & Product Module. It's included with JWT authentication and Swagger API format.


Language & Framework Used:

  1. PHP-8
  2. Laravel-9

Older Versions (if Needed):

  1. Laravel 8.x - https://github.com/ManiruzzamanAkash/Laravel-Advanced-CRUD-API/releases/tag/vLaravel8.x

Architecture Used:

  1. Laravel 9.x
  2. Interface-Repository Pattern
  3. Model Based Eloquent Query
  4. Swagger API Documentation - https://github.com/DarkaOnLine/L5-Swagger
  5. JWT Auth - https://github.com/tymondesigns/jwt-auth
  6. PHP Unit Testing - Some basic unit testing added.

API List:

Authentication Module
  1. Register User API with Token
  2. Login API with Token
  3. Authenticated User Profile
  4. Refresh Data
  5. Logout
Product Module
  1. Product List
  2. Product List [Public]
  3. Create Product
  4. Edit Product
  5. View Product
  6. Delete Product

How to Run:

  1. Clone Project -
git clone https://github.com/ManiruzzamanAkash/Laravel-Basic-CRUD-API.git
  1. Go to the project drectory by cd Laravel-Basic-CRUD-API & Run the
  2. Create .env file & Copy .env.example file to .env file
  3. Create a database called - laravel_basic_crud.
  4. Install composer packages - composer install.
  5. Now migrate and seed database to complete whole project setup by running this-
php artisan migrate:refresh --seed

It will create 21 Users and 103 Dummy Products. 6. Generate Swagger API

php artisan l5-swagger:generate
  1. Run the server -
php artisan serve
  1. Open Browser - http://127.0.0.1:8000 & go to API Documentation - http://127.0.0.1:8000/api/documentation
  2. You'll see a Swagger Panel.

Procedure

  1. First Login with the given credential or any other user credential
  2. Set bearer token to Swagger Header or Post Header as Authentication
  3. Hit Any API, You can also hit any API, before authorization header data set to see the effects.

Demo

API List Views:

1-Swagger-API-Demo

Login in Swagger with Given Data:

2-API-Login1

Get token After Successful Login:

3-API-Login2-Response

Set token in Swagger Header:

4-API-Swagger-Set-Bearer-Token

Or, Set token in Postman Header as Authorization:

Postman-Product-List-API-with-Authenticated-Token

Hit Any API Route in Swagger:

5-API-Swaagger-Public-Product-List-View

Image Upload throw Postman:

Postman-Store-Product-with-File-Upload

Test

  1. Test with Postman - https://www.getpostman.com/collections/5642915d135f376b84af [Click to open with post man]
  2. Test with Swagger.
  3. Swagger Limitation: Image can not be uploaded throw Swagger, it can be uploaded throw Postman.

laravel-advanced-crud-api's People

Contributors

maniruzzamanakash avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.