https://github.com/monkrus/gin-4
Walk-through of the Go Gin Framework Crash Course 4
https://github.com/monkrus/gin-4
aws beanstalk elastic framework gin golang http walkthrough
Last synced: 5 months ago
JSON representation
Walk-through of the Go Gin Framework Crash Course 4
- Host: GitHub
- URL: https://github.com/monkrus/gin-4
- Owner: monkrus
- Created: 2020-05-08T22:49:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-25T16:17:24.000Z (about 3 years ago)
- Last Synced: 2025-04-07T21:12:53.629Z (6 months ago)
- Topics: aws, beanstalk, elastic, framework, gin, golang, http, walkthrough
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
Welcome to Golang / Go Gin Framework Crash Course Walkthrough 👋
![]()
### 🏠 [Homepage](https://www.youtube.com/watch?v=Ypwv1mFZ5vU&t=21s)
## Install
```sh
`go mod init github.com/monkrus/gin`
```## Usage
```sh
Install gin `go get github.com/gin-gonic/gin`
```## Run tests
```sh
Run `go run server.go` to test the server is running
```## Miscellaneous
```sh
Update dependency `go get -u`
Make sure your `payload` line is straightened in tester.go
```## Author
👤 ** Pragmatic Reviews **## Reviewer
👤 ** monkrus **## Show your support
Give a ⭐️ if this project helped you!***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_