Skip to content

ayman-elmalah/gin-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation guide

  • Clone repo git clone https://github.com/ayman-elmalah/gin-blog && cd gin-blog
  • go mod tidy
  • cp .env.example .env
  • Change values in .env
  • Create database and put it's credentials to .env

Commands

To run migrate

go run main.go migrate

To run seeder

go run main.go seed

To start app

go run main.go serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published