Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacky-htg/sales-service
Sales service using golang grpc and postgresql. This service is part of inventory microservices.
https://github.com/jacky-htg/sales-service
golang grpc grpc-go inventory-system microservices sales-service
Last synced: about 2 months ago
JSON representation
Sales service using golang grpc and postgresql. This service is part of inventory microservices.
- Host: GitHub
- URL: https://github.com/jacky-htg/sales-service
- Owner: jacky-htg
- License: gpl-3.0
- Created: 2021-01-16T05:17:50.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T10:22:07.000Z (6 months ago)
- Last Synced: 2024-09-18T10:09:53.660Z (5 months ago)
- Topics: golang, grpc, grpc-go, inventory-system, microservices, sales-service
- Language: Go
- Homepage:
- Size: 65.4 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 [email protected]: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
- [X] Salesman
- [X] Customers
- [X] Sales
- [X] 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](./LICENSE), 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
- [API Gateway for ERP](https://github.com/jacky-htg/erp-gateway-service)
- [User Service](https://github.com/jacky-htg/user-service)
- [Purchase Service](https://github.com/jacky-htg/purchase-service)
- [Inventory Service](https://github.com/jacky-htg/inventory-service)
- [General Ledger Service](https://github.com/jacky-htg/ledger-service)