• Resolved alexts1

    (@alexts1)


    Hello, I am building a website using wp job manager plugin and I want to know if I have somehow access to database of employees, employers, CV’s etc.

    Becsuse I am thinking also to create a mobile (android) application, so i need to have the same data with the website.

    Is all data (CVs, employers, employees ) accesable from another application.

    Where all that data “living”? On the website? 

    Sorry for the question first time i will try wordpress.

    • This topic was modified 1 year, 1 month ago by alexts1.
Viewing 2 replies - 1 through 2 (of 2 total)
  • In WordPress, all data is stored in the site’s database (usually a MySQL database). Other folks here may be able to provide more details and ideas, too.

    Plugin Author Peter Kiss (a11n)

    (@yscik8)

    Yes WordPress stores everything in a database or files (uploads), whether it’s accessible depends on the hosting provider.

    The best way to integrate an app is the WordPress REST API, it has JSON-based endpoints for all common operations. For some more advanced Job Manager data you might have to write a few additional controllers.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Database access for employees and employers’ is closed to new replies.