Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 1 day ago
JSON representation

Walk-through of the Go Gin Framework Crash Course 4

Awesome Lists containing this project

README

        

Welcome to Golang / Go Gin Framework Crash Course Walkthrough 👋



Part

### 🏠 [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)_