Skip to content

kubp/drojd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drojd CMS

A simple CMS written in Node.js and React.

Installation

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 

Example

Config example

{
    "db":"mongodb://localhost/drojd",
    "secret":"somuchsecret",
    "jwtexpires":86400,
    "api_url":"/api",
    "url":"http://localhost"
}

Production Config

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

Releases

No releases published

Packages

No packages published

Languages