avored / laravel-ecommerce

AvoRed an Open Source Laravel Shopping Cart
https://avored.com
1.51k stars 549 forks source link

REST API support #365

Open indpurvesh opened 5 years ago

indpurvesh commented 5 years ago

Add Support for an Rest API

MuhweziDeo commented 5 years ago

Hey I need clarification on what do exactly due mean build out API endpoints for all the current endpoints

indpurvesh commented 5 years ago

@MuhweziDeo this package would be something similar to GraphQL Package.

https://github.com/avored/graphql

The idea here is that if someone wants to create a PWA app or Vue or React frontend then we should be able to provide all the endpoints to build an app.

below is the list of the possible endpoint that i am thinking as of now:

MuhweziDeo commented 5 years ago

Cool @indpurvesh I can do this

MuhweziDeo commented 5 years ago

Should Also do the authentication bit like signup, login, password reset, email verification

indpurvesh commented 5 years ago

@MuhweziDeo i be very happy if you take this these task.

I have set up a very basic API repository. if you want you can simply fork this repository and do PR on this one.

https://github.com/avored/restapi

Let me know if you have any issue.

indpurvesh commented 5 years ago

@MuhweziDeo is there any progress you did regarding these?