A simple CMS written in Node.js and React.
git clone git@github.com:kubp/drojd.git
npm install
node server/app.js
or using npm
npm install drojd-cms
node server/app.js
- pt.al - my blog
- playground.drojd.org - administration
{
"db":"mongodb://localhost/drojd",
"secret":"somuchsecret",
"jwtexpires":86400,
"api_url":"/api",
"url":"http://localhost"
}
NODE_ENV=production node server/app
without config.json
NODE_ENV=production PORT=8080 SECRET=CAT API_URL=/URL node server/app
I would love it if you could contribute