An open API service indexing awesome lists of open source software.

https://github.com/kdembler/scriptum

Simple blogger site built using MEAN stack and Materialize CSS.
https://github.com/kdembler/scriptum

angular javascript mongodb nodejs

Last synced: 2 months ago
JSON representation

Simple blogger site built using MEAN stack and Materialize CSS.

Awesome Lists containing this project

README

          

# Scriptum
Scriptum is a simple blogger site built for educational purposes. It's quite an old project hacked to work, so don't expect too much.

## Live demo
You can play around [here](https://scriptum.kdembler.com).

## Installation
- Clone the repo
- `yarn install`
- `bower install`
- Run mongo on 27017
- Set `SCRIPTUM_KEY` env variable to some secret
- `yarn start`