Skip to content

abassGarane/snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snippets

Uses

  • Golang
  • Gohtml templates
  • Mysql database

Running software

  • Start by creating a dockerized version of mysql
cd snippets/
docker-compose up -d
  • Run the program
go run cmd/api/!(*_test).go
  • View project on https/localhost:4000