Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 Bootstrap

3. 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