This repository is created a reference of golang project structure.
- Golang
- Nodejs
- git clone git@github.com:endrureza/go-structure.git
- cd go-structure
- yarn install
- yarn dev
All API logic, model relation and middleware should go to this folder
Any command line script should go to this folder
All configuration regarding application should go to this folder
All endpoint or routing should go to this folder
All third party services configuration or setting should go to this folder
All test mechanism should go to this folder
All imported library that is not exposed to outside of package should go to this folder
This file will be the main to execute / run application
All route documentation should go to this file
- Endru Reza (Linkedin)