go-ecommerce-project icon indicating copy to clipboard operation
go-ecommerce-project copied to clipboard

code for the golang ecommerce code-along playlist on my youtube channel :)

Results 3 go-ecommerce-project issues
Sort by recently updated
recently updated
newest added

Hi i've remarked that there is maybe an error in two of yours scripts while proceding sum on variables 1. [database/cart.go](https://github.com/AkhilSharma90/go-ecommerce-project/blob/master/database/cart.go) At line 96, isn't it `total_price **+=** price.(int32)` instead...

Hi followed, the video tutorial on this and seem to get this error but does not provide further details. I think there is an issue with SECRET_KEY I think, but...

``` POST - http://localhost:8000/users/signup ``` Body: ``` { "email": "nidhey", "password": "nidhey" } ``` Response ``` { "error": [ {}, {}, {}, {} ] } ``` The API doesn't send...