m1cr0man / m1cr0blog

Blog and other microservices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Blog and other microservices

License:Apache License 2.0


Languages

Language:TypeScript 66.8%Language:HTML 23.6%Language:CSS 6.5%Language:JavaScript 2.1%Language:Dockerfile 0.9%