Skip to content

Sales service using golang grpc and postgresql. This service is part of inventory microservices.

License

Notifications You must be signed in to change notification settings

jacky-htg/sales-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sales-service

Sales service using golang grpc and postgresql. This service is part of inventory microservices.

  • The service is part of ERP microservices.
  • The service will be call in local network.
  • Using grpc insecure connection

Get Started

  • git clone git@github.com:jacky-htg/sales-service.git
  • make init
  • cp .env.example .env (and edit with your environment)
  • make migrate
  • make seed
  • make server
  • You can test the service using grpc client like wombat or grpcurl

Features

  • Salesman
  • Customers
  • Sales
  • Sales Returns

How To Contribute

  • Give star or clone and fork the repository
  • Report the bug
  • Submit issue for request of enhancement
  • Pull Request for fixing bug or enhancement module

License

The license of application is GPL-3.0, You can use this apllication for commercial use, distribution or modification. But there is no liability and warranty. Please read the license details carefully.

Link Repository

About

Sales service using golang grpc and postgresql. This service is part of inventory microservices.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages