Arne-Sandberg / ecommerce-microservice-go

Great example of microservice based e-commerce written in golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

E-Commerce in Go

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Installing

git clone

git clone https://github.com/alamin-mahamud/e-commerce-go-api.git
cd e-commerce-go-api
go build -o e-commerce -v ./...

Running the tests

go test -v -race ./...

Deployment

Add additional notes about how to deploy this on a live system

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

  • Hat tip to anyone whose code was used

About

Great example of microservice based e-commerce written in golang


Languages

Language:Go 73.2%Language:Dockerfile 10.0%Language:Shell 8.9%Language:PLpgSQL 4.2%Language:Makefile 3.7%