https://github.com/rajabovilyas/golang-crud
This application allows users to perform basic operations on data in a database. In this scenario
https://github.com/rajabovilyas/golang-crud
cobra-cli crud golang gorm-orm jwt redis swagger upload-file zerolog
Last synced: about 2 months ago
JSON representation
This application allows users to perform basic operations on data in a database. In this scenario
- Host: GitHub
- URL: https://github.com/rajabovilyas/golang-crud
- Owner: RajabovIlyas
- Created: 2024-08-20T09:02:59.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-10-29T10:50:35.000Z (7 months ago)
- Last Synced: 2025-02-05T15:19:08.605Z (3 months ago)
- Topics: cobra-cli, crud, golang, gorm-orm, jwt, redis, swagger, upload-file, zerolog
- Language: Go
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Golang CRUD
This application allows users to perform basic operations on data in a database. In this scenario
## Running dev
To run dev, run the following command
```bash
go run ./cmd/golang-crud/main.go
```## Build
To Build, run the following command
```bash
go build -o ./golang-crud.exe ./cmd/golang-crud/main.go
```