Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 635 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 635 Bytes

erpcore

ERP implementation on Golang with hexagonal architecture and with a GraphQL API.


Goal

Its goal is to serve as the base of an ERP application that can manage multiple requirements.


Roadmap

  • Base layout
  • CI/CD files
  • GraphQL endpoint implementation
  • Articles logic
  • Categorization logic
  • Product images implementation
  • Search logic
  • Transactions and authentication of transactions
  • Testing and CI automation

Requirements

  1. Golang 1.18+
  2. MongoDB
  3. Redis
  4. Kafka
  5. Docker / Docker-compose

Installation

  1. go mod vendor