Skip to content

Ishank-jn/optiflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OptiFlow (WIP)

Electronic Data Interchange (EDI) system designed to streamline the exchange of documents between parties.

Architecture

📦 
LICENSE
├─ README.md
cache
│  └─ cache.go
|
├─ configs
│  └─ config.yaml
|
├─ go.mod
├─ go.sum
|
├─ internal
|  ├─ api
|  |  └─ handlers.go
├  ├─ config
|  |  └─ config.go
├  ├─ db
|  |  └─ database.go
│  ├─ logger
│  │  └─ logger.go
│  ├─ metrics
│  │  └─ metrics.go
│  ├─ models
│  │  └─ edi.go
│  ├─ oauth
│  │  └─ oauth.go
│  ├─ services
│  │  └─ edi_service.go
│  └─ utils
│     └─ utils.go
|
├─ main.go
└─ pkg
   ├─ middleware
   │  ├─ auth.go
   │  └─ rate_limiter.go
   └─ socket
      └─ socket.go

About

Electronic Data Interchange (EDI) system designed to streamline the exchange of documents between parties.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages