Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rezairfanwijaya/go-qr-backend
https://github.com/rezairfanwijaya/go-qr-backend
containerization docker docker-compose gin-gonic go qr-code qrcode-generator rest-api
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rezairfanwijaya/go-qr-backend
- Owner: rezairfanwijaya
- Created: 2023-01-01T04:34:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T16:23:45.000Z (about 2 years ago)
- Last Synced: 2024-11-16T00:38:51.291Z (about 2 months ago)
- Topics: containerization, docker, docker-compose, gin-gonic, go, qr-code, qrcode-generator, rest-api
- Language: Go
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# GO QR BACKEND
Ini merupakan repo backend dari aplikasi GO QR. Agar berjalan dengan baik, anda perlu menjalankan dua repo sekaligus. Yaitu repo [Frontend](https://github.com/rezairfanwijaya/go-qr-frontend) dan [Backend](https://github.com/rezairfanwijaya/go-qr-backend). Untuk containerization dapat dipull melalui [image-backend](https://hub.docker.com/repository/docker/rezairfanwijaya/go-qr-backend/general)
#### Step menjalankan repo [Backend](https://github.com/rezairfanwijaya/go-qr-backend) di lokal
#### Clone the project
```bash
git clone https://github.com/rezairfanwijaya/go-qr-backend.git
```#### Go to the project directory
```bash
cd go-qr-backend
```#### Get Dependency
```bash
go mod tidy
```#### Run application
```bash
go run main.go
```##### Untuk menjalankan aplikasi GO-QR pastikan repo [Frontend](https://github.com/rezairfanwijaya/go-qr-frontend) dan [Backend](https://github.com/rezairfanwijaya/go-qr-backend) dijalakan secara bersamaan
##### Atau anda dapat langsung menjalankan aplikasi ini dengan command ```docker compose up``` dan akses aplikasi pada alamat ```http://localhost:3000/```
![image](https://user-images.githubusercontent.com/87264553/211035057-ce501d3f-6b08-4a29-9099-c17acec2a944.png)