Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/axelniklasson/writercms-core
- Owner: axelniklasson
- License: mit
- Created: 2016-10-07T12:29:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-12-26T09:08:21.000Z (about 3 years ago)
- Last Synced: 2024-11-05T21:49:32.999Z (2 months ago)
- Topics: backend, express, mean, mongodb, nodejs
- Language: JavaScript
- Homepage:
- Size: 180 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 configsdocker-compose up
```## Contributors
[Rasmus Jönsson](https://rasmusj.se) - automatic deletion of post images stored on Google Cloud Storage upon post removal.