A content service for greenpress platform
- manage menus
- manage categories
- manage posts
- manage comments
- manage website configurations
- multi tenancy
- search posts
- post tags
- auto-migrations for updates
- Node.js
- npm OR yarn
- MongoDB
- Authentication-service
$ docker run -p 3001:3001 greenpress/content
$ npm i @greenpress/content
$ npx greenpress-content
In case you would like to run this project manually, for any reason, there are several commands you need to acknowledge:
$ npm install
$ npm start