Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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