module
0.0.0-20240607001851-b079ffc604c7
Repository: https://github.com/joshuahenriques/go-ecom.git
Documentation: pkg.go.dev
# README
E-commerce REST API
Go-Ecom is a REST API demonstrating a backend solution for an e-commerce web application developed in Go and packaged in Docker. It features authentication, service testing, JWT token handling, and database migrations.
API Endpoints
GET /users/{id}
POST /register
POST /login
GET /products
POST /cart/checkout