I am working on a mini e-commerce mobile app for a pharmacy. What I need is:
Register through the mobile app and using the Wordpress registration utility. The registration process will include sending the profile avatar and optionally an insurance identity image as a base 64 encoded from the mobile app. The images should be converted, stored on an wp-content/upload folder, and their URL stored as user meta.
Login using the Wordpress credentials.
I am very new to Wordpress. I have to use Wordpress as there is already a Wordpress site for the pharmacy and we need to make something to plug it in with the existed website easily.
I found those plugins which helped me getting most of the job done JSON API, JSON API Auth, JSON API User, and CoCart. Also I had to turn on the REST API at WooCommerce-> Settings-> Advanced tab