golang-app / ecommerce

e-commerce written in Go and HTMX
MIT License
68 stars 16 forks source link

cart module - initial #15

Closed bkielbasa closed 1 year ago

bkielbasa commented 1 year ago

This PR tracks my progress on ticket #14. Firstly, I'm focusing on the backend part here.

The code will need more improvements (like the readability of tests) but I think I'll focus on it in future PRs.

I added simple e2e tests so fixes #16, too.