dev-store icon indicating copy to clipboard operation
dev-store copied to clipboard

A microservices e-commerce reference application built with ASP.NET 6

Results 17 dev-store issues
Sort by recently updated
recently updated
newest added

We need better health checker to monitor database and other api's dependencies.

enhancement
help wanted

**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** A banner to show visitors the site is just a demo and not a...

enhancement
good first issue
help wanted

### General Description Create a Notifications Microservice responsible to manage all notifications (such as email, WhatsApp, SMS etc.) for order status changes, password changes etc. ### Some Details - The...

The website needs Google Tag Manager to measure important analytic data

maintainers

When running from local machine at Sql Server on Docker some queries get broken because the TimeZone. At PedidoAPI: ![image](https://user-images.githubusercontent.com/7241156/127810627-77114fa2-43d5-4469-90d1-43709b448836.png) But there are items at Database: ![image](https://user-images.githubusercontent.com/7241156/127810769-5ac02e9c-dd85-4a67-82c6-c0b243879a1b.png) So, sending the...

When some anonymous user try to put some item into shopping cart receives an error. The expected behaviour was redirect to login page.

good first issue
help wanted

To facilitate project execution, would it be better for MessageBus Connection to be without user and password in the Development Environment ? It's currently like this: ![image](https://user-images.githubusercontent.com/41067850/185718575-c34f5199-8e41-4b03-ac01-220ee6ccefa8.png) After the change...

enhancement

Update all dockerfiles to create a non root user for running the application.

**Describe the bug** When I try to use Add-Migration DbInit -context OrdersContext in project DevStore.Orders.Infra I got this error bellow: ![image](https://github.com/desenvolvedor-io/dev-store/assets/4459174/0f2613f3-b9a2-467a-82b1-1d57e0321585) **To Reproduce** Steps to reproduce the behavior: 1. Go...

untriaged