abassGarane / snippets

A golang based snippets storage site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A golang based snippets storage site


Languages

Language:Go 79.8%Language:CSS 19.4%Language:JavaScript 0.7%