Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/egrizq/golang
basic and use case of golang
https://github.com/egrizq/golang
gin golang gorm mongodb mysql
Last synced: 8 days ago
JSON representation
basic and use case of golang
- Host: GitHub
- URL: https://github.com/egrizq/golang
- Owner: egrizq
- Created: 2023-12-10T15:14:44.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-05-05T23:42:50.000Z (6 months ago)
- Last Synced: 2024-05-06T16:39:50.357Z (6 months ago)
- Topics: gin, golang, gorm, mongodb, mysql
- Language: Go
- Homepage:
- Size: 79.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Project Overview
1. Basic
- Purpose: Provides a collection of fundamental Golang functions for learners.
- Contents: Explores basic syntax, data types, control flow, functions, and more.2. Medium
- Purpose: Demonstrates building a simple notes application using Golang, MySQL, and Bootstrap.
- Key Features:
- Backend development with Golang
- MySQL database integration
- Minimalist HTML frontend using Bootstrap3. rest_api
- Purpose: Introduces REST API development in Golang with MySQL integration.
- Contents: Covers API design, routing, data handling, and MySQL interactions.4. gin_gorm
- Purpose: Explores CRUD operations using the Gin web framework and GORM for database interactions.
- Key Technologies:
- Gin as a lightweight and efficient web framework
- GORM as an ORM for seamless database communication
- MySQL as the database of choice## Additional Information
Prerequisites:
- Golang installation
- MySQL database setup