Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ation into main
  • Loading branch information
Mehdi Hadeli committed Apr 25, 2022
2 parents baa8659 + 6a3b325 commit b9366ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/web/web-rest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
- [Learn Web Programming in Go by Examples](https://gowebexamples.com/)
- [Build Web Application with Golang](https://astaxie.gitbooks.io/build-web-application-with-golang/content/en/) - A golang ebook intro how to build a web with golang
- [Web & API Development](https://github.com/golang/go/wiki/Articles#web--api-development)

## 📕 Articles
- [How to Build a Web App with Gin](https://universalglue.dev/series/how-to-build-a-web-app-with-gin/) - A series of articles about building a small web app using Go, Gin, and Gorm
- [Tutorial: Developing a RESTful API with Go and Gin](https://go.dev/doc/tutorial/web-service-gin)
- [Writing Web Applications](https://go.dev/doc/articles/wiki/)
- [Golang Skeleton With Fully Managed Versions For Kick Start GoLang Project Development](https://www.mindinventory.com/blog/golang-project-structure/)
Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ nav:
- Maps: go-instructions/collections/maps.md
- Slices: go-instructions/collections/slices.md
- ORM:
- ORM: orm/orm.md
- gorm: orm/gorm.md
- ORM: database/orm/orm.md
- gorm: database/orm/gorm.md
- Logging: logging.md
- DDD: ddd.md
- Clean Architecture: clean-architecture.md
Expand Down

0 comments on commit b9366ce

Please sign in to comment.