danbrud / content-service

content service for greenpress platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Greenpress Content service

A content service for greenpress platform

Codefresh build status npm version

Main Features

  • manage menus
  • manage categories
  • manage posts
  • manage comments
  • manage website configurations
  • multi tenancy
  • search posts
  • post tags
  • auto-migrations for updates

Dependencies

Usage

As a Docker container

$ docker run -p 3001:3001 greenpress/content

As Node package

$ npm i @greenpress/content
$ npx greenpress-content

Development and Independent Usage

In case you would like to run this project manually, for any reason, there are several commands you need to acknowledge:

Install

$ npm install

Launch

$ npm start

About

content service for greenpress platform

License:MIT License


Languages

Language:JavaScript 99.7%Language:Dockerfile 0.3%