/snippets

A golang based snippets storage site

Primary LanguageGo

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