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.
- Host: GitHub
- URL: https://github.com/kdembler/scriptum
- Owner: kdembler
- License: mit
- Created: 2015-11-04T17:04:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-10-23T19:30:14.000Z (over 7 years ago)
- Last Synced: 2025-03-26T16:22:43.710Z (over 1 year ago)
- Topics: angular, javascript, mongodb, nodejs
- Language: JavaScript
- Homepage:
- Size: 3.35 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`