Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/monkrus/gin
- Owner: monkrus
- Created: 2020-05-02T03:39:33.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-07T14:07:03.000Z (over 4 years ago)
- Last Synced: 2024-06-21T05:03:07.888Z (8 months ago)
- Topics: api, crash-course, framework, gin, go, golang, http, walkthrough
- Language: Go
- Homepage:
- Size: 15.6 KB
- Stars: 4
- Watchers: 3
- Forks: 4
- 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=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)_