Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/axelniklasson/writercms-core

Node/Express/MongoDB backend for my CMS WriterCMS.
https://github.com/axelniklasson/writercms-core

backend express mean mongodb nodejs

Last synced: 19 days ago
JSON representation

Node/Express/MongoDB backend for my CMS WriterCMS.

Awesome Lists containing this project

README

        

# WriterCMS Core
![WriterCMS logo](logo.png)

[![GitHub issues](https://img.shields.io/github/issues/WriterCMS/writercms-core.svg)](https://github.com/WriterCMS/writercms-core/issues)
[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT)

## Getting started
```
mv config/env.sample.js config/env.js && mv config/twitter.sample.js config/twitter.js
# fill out the correct configs

docker-compose up
```

## Contributors
[Rasmus Jönsson](https://rasmusj.se) - automatic deletion of post images stored on Google Cloud Storage upon post removal.