spiritualized / jsblog

Completely unmaintained blog software, written using Express.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jsblog

Completely unmaintained blog software, written using Express.js.

The blog in action

Usage

Start the application server and bundled MongoDB using docker-compose up

Open your web browser to http://localhost:8085

Implementation Details

  • Express.js application server
  • MongoDB for data storage
  • Docker with docker-compose for containerization
  • JWT based authentication
  • Templated HTML and JSON API endpoint examples
  • Rudimentary input validation & error handling
  • Custom reactive design using Bootstrap 5 grid layout
  • bbcode transformation
  • An API

About

Completely unmaintained blog software, written using Express.js.

License:GNU General Public License v3.0


Languages

Language:JavaScript 49.5%Language:Pug 26.0%Language:TypeScript 12.2%Language:CSS 11.2%Language:Dockerfile 1.2%