/chtq

A simple app

Primary LanguageGo

this app is planned to be simple article sharing platform like dev.to

it has login page and signup page

i used glide for dependencies management so you need to install glide first

then run glide install

i used mysql database

create new database with name chtq

run go build

./chtq web

go to localhost:4000

Stuff used to make this:

  • go-macaron high productive and modular web framework in Go
  • Xorm Simple and Powerful ORM for Go
  • cli A simple, fast, and fun package for building command line apps in Go