dili91 / snippetbox

Snippetbox sample project written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snippetbox

A sample web application written in Go.

Prerequisites

The application is relying on a simple MySQL database. To spin up a sample image run below command

docker run --name snippetbox-db -p 3306:3306 -e MYSQL_ROOT_PASSWORD=my-secret-pw -d adilisio/snippetbox-db

The above image is creating a few default records and default web which will be used by the application.

Running the application

go run cmd/web/*

To list available command-line flags

go run cmd/web/* -help

About

Snippetbox sample project written in Go


Languages

Language:Go 59.9%Language:CSS 38.7%Language:JavaScript 1.4%