Search code examples
node.jse-commercestrapiuser-data

How to use Strapi to store user data


I am creating an eCommerce platform using strapi. Strapi only has option for user-email and password. I want to store user's address, contact details, previous orders etc. Is there a way to do so?

I am using the quickstart template.

Strapi version 3.0.0-beta.17.7 (node v10.16.3)


Solution

  • Off course there is a way to do so!

    • Go to your admin panel http://localhost:1337/admin
    • Click on Content Type Builder on your left sidebar
    • Select User
    • Click on Add Another Field

    And add every field you need for your eCommerce platform!