Simple E-commerce Microservice written in Go.
Stack: Go, PostgreSQL, Jwt, REST API
Make sure to set the .env file (see: .env.example).
Clone the project and run this command to start/stop the services:
make up
make down
https://documenter.getpostman.com/view/718196/2s9YXh5i4e
After register and login the user, put the token in the request header for product and order endpoint (see the example on the docs)