Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/poboisvert/go_projects
[Golang] Introduction to Golang with backend and full stack projects
https://github.com/poboisvert/go_projects
Last synced: 10 days ago
JSON representation
[Golang] Introduction to Golang with backend and full stack projects
- Host: GitHub
- URL: https://github.com/poboisvert/go_projects
- Owner: poboisvert
- Created: 2022-08-08T01:23:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-05T19:26:55.000Z (about 2 years ago)
- Last Synced: 2023-07-11T07:22:53.129Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 2.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go_projects
## Inspirations
- https://www.youtube.com/watch?v=JzdPOq2kgfk
## First_api
- go mod init api/server
- go get github.com/gin-gonic/gin
- Terminal 1: go run main.go && Terminal 2: curl localhost:6666/markets-- curl localhost:6666/markets --header "Content-Type: application/json" -d @body.json --request POST