Skip to content

minhhoccode111/simpleblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simpleblog

Simple Personal Blog with Basic Authentication

Concepts

Features

  • CRUD articles
  • Basic Authentication
  • Wiki links style

Todo

  • Manage static files like images and videos to be used in our blog
  • Filter, search, sort and paginate articles

MakeFile

Run build make command with tests

make all

Build the application

make build

Run the application

make run

Live reload the application:

make watch

Run the test suite:

make test

Clean up binary from the last build:

make clean

About

A Simple MVC Blog written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors