https://github.com/walter0b/go_curb
https://github.com/walter0b/go_curb
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/walter0b/go_curb
- Owner: Walter0b
- Created: 2023-10-28T10:15:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-09T08:19:07.000Z (over 2 years ago)
- Last Synced: 2025-07-25T21:08:39.640Z (11 months ago)
- Language: HTML
- Size: 63.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Name
Brief project description and its purpose.
## Table of Contents
- [Project Name](#project-name)
- [Table of Contents](#table-of-contents)
- [Prerequisites](#prerequisites)
- [Getting Started](#getting-started)
- [Installation](#installation)
- [Folder Structure](#folder-structure)
- [Configuration](#configuration)
- [Usage](#usage)
- [Routes](#routes)
- [Database](#database)
- [Contributing](#contributing)
- [License](#license)
## Prerequisites
- Go 1.16 or higher
- PostgreSQL database
- Any other dependencies
## Getting Started
### Installation
1. Clone the repository:
```bash
git clone https://github.com/Walter0b/Go_curb.git
cd project
```
Build the project:
```bash
go build
```
## Folder Structure
The 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
### Configuration
### Usage
### Routes
### Database
### Contributing
### License