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
cd snippets/
docker-compose up -d
go run cmd/api/!(*_test).go
https/localhost:4000