UNPKG

@qelos/content

Version:

Content API for qelos platform

40 lines (31 loc) 694 B
# Qelos Content service A content service for qelos platform ## Main Features - manage categories - manage posts - manage comments - manage website configurations - multi tenancy - search posts - post tags - auto-migrations for updates ## Dependencies - Node.js - npm OR yarn - MongoDB - [Authentication-service](https://github.com/greenpress/authentication-service) ## Usage ### As a Docker container ```sh $ docker run -p 3001:3001 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 ```sh $ npm install ``` ### Launch ```sh $ npm start ```