/m1cr0blog

Blog and other microservices

Primary LanguageTypeScriptApache License 2.0Apache-2.0

M1cr0blog

My personal blog and a couple of other services.

Features

  • Blog with content manager
  • Desktop background API for storing + providing random backgrounds
  • ShareX API for uploading/downloading files
  • Filesystem-based database backend - no external dependencies

Installation and Running

Tested to work on NodeJS 8.11.3 and higher.

git clone https://github.com/m1cr0man/m1cr0blog.git
cd m1cr0blog
NODE_ENV=production npm install
npm build
npm start