Skip to content

SlamChillz/go-blog

Repository files navigation

Features

  • Pagination
  • Tagging
  • Adding comments
  • RSS feed similuation
  • Full text search ability

Requirements

Env Variables

  • BLOG_HOST: Application host.
  • BLOG_PORT: Application port
  • BLOG_USER: Postrgres user
  • BLOG_DBNAME: Postgres database name
  • BLOG_DBPASSWORD: Postgres password

To Run

  • Clone repo and cd into repo.
  • Set environment variables.
  • Seed database: cat setup.sql | sudo -u postgres psql
  • Run: go run .

About

A simple application to evaluate my understanding of some golang basics.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published