Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/monkrus/gin

Walk-through of the Go Gin Framework Crash Course
https://github.com/monkrus/gin

api crash-course framework gin go golang http walkthrough

Last synced: 3 months ago
JSON representation

Walk-through of the Go Gin Framework Crash Course

Awesome Lists containing this project

README

        

Welcome to Golang / Go Gin Framework Crash Course Walkthrough 👋



Part

### 🏠 [Homepage](https://www.youtube.com/watch?v=qR0WnWL2o1Q&list=PL3eAkoh7fypr8zrkiygiY1e9osoqjoV9w)
[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/C0C31OAG4)

## 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
```

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