Brief project description and its purpose.
- Go 1.16 or higher
- PostgreSQL database
- Any other dependencies
- Clone the repository:
Build the project:
git clone https://github.com/Walter0b/Go_curb.git cd project
go buildThe script expects the following folder structure:
project_root
┌── Go_crub
│
├── dbConnect
│ └── database.go
│
├── initializers
│ └── loadEnv.go
│
├── routes
│ └── routes.go
│
├── tableTypes
│ └── customStructure.go
│
├── test
│ └── query.sql
│
└── README.md