From 8e9f84e6810f2ef0042a6878de492788ec65b064 Mon Sep 17 00:00:00 2001 From: Yanislav Igonin Date: Thu, 27 Jan 2022 20:07:39 +0200 Subject: [PATCH] doc: update readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 02736cc..dff7afe 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ # micrach-go Go tryout. Single board imageboard. +# Motivation +Tired of a fucking SPAs, so I decided to write this simple and lightweight imageboard (microboard, actually) with as less JS as possible. +Also, I wanted to learn Go, so I decided to write this in Go. + +Maybe I'll add an api and create a SPA with the Next.js framework in the future, but right now I'm trying to make this as simple as possible. + ## Prerequisites 1. Go 1.13+. 2. PostgreSQL.