Skip to content

ShaimaaSabry/recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recipes

A simple app that can be used to learn the basics of Go, Gin, and GORM.

Swagger: http://localhost:8080/swagger/index.html

Technologies

  • Go
  • Gin
  • GORM
  • Docker Compose

Run Locally

  1. Install Go dependencies:

    go mod tidy  
  2. Run the Go application:

    go run cmd/main.go 

Tests & Linting

  • Linting:

    golangci-lint run --fix
    
  • Unit tests:

    go test -cover ./...
    

Authors & Copyrights

Shaimaa Sabry

GitHub LinkedIn

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published