简体   繁体   中英

WordPress database set up with rest api

I want use WordPress to develop a e-commerce website. I know basics about Wordpress like how to create blog or website. But I don't know how to create database and relationship between tables, rest api etc. How can I set up my database and performing CRUD using rest api?

If you want to make an ecommerce site, its better not re-invent the wheel, install woocommerce. If you are tryng to use wordpress as a development framework, try https://typerocket.com/ - This requiere not only knowledge of wordpeess, but php and laravel too. Wordpress , out of the box, together with JWT PLugin will give you a way to use it as a RBAC - Typerocket will give you the MVC structure. https://lumberjack.rareloop.com/ is another one. Good luck

Consult the Wordpress REST API: https://developer.wordpress.org/rest-api/

Then for features the API doesn't offer you will either have to learn to program and make your own API or hire a developer to do it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM