wxs77577 / rest-admin

Restful Admin Dashboard Based on Vue and Boostrap 4
http://rest-admin.genyii.com
MIT License
623 stars 128 forks source link

Is it possible to configure to use with WordPress rest api #22

Closed aurovrata closed 5 years ago

aurovrata commented 5 years ago

Looking at the readme its not quite clear if the api can be configured to load from a WordPress db

wxs77577 commented 5 years ago

You need to write a server by yourself.

aurovrata commented 5 years ago

Understood. Could you give me a few pointers as to which files would need to be changed

wxs77577 commented 5 years ago

Once you finished your server api, just create a .env file for your server-side api. Then run npm run serve

lixaotec commented 5 years ago

Dear @aurovrata , @wxs77577 ,

What would you suggest as technologies for API layer?

What would fit to allow less code in order to have CRUD operations with a database, taking resources definition in account? Something to write validations and business rules.

Thank you.