You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Manage users, products, orders, and application settings.
Publisher
Can create, update, and publish products.
Manage products and orders related to the products.
Customer
Regular user who can browse and purchase.
View products, place orders, and manage their own profile and orders.
Publisher : Can manage all products in the platform. Usually not ideal but for this simple site it's ok.
Customer : Not really needed until a store functionality is needed in the future or never.
ENV
ConnectionStrings__DefaultConnection Default Postgres connection string. In the form: Host=localhost;Port=5432;Database=ConfeccionesAlbaDb;Username=devuser;Password=devpass.