1.5.3 • Published 4 years ago

cmsone-website v1.5.3

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

CMS One Website

Simple light weight node-express based CMS Website

Build Status Node.js CI

Installation:

npm install cmsone-website --save
const { Main } = require('cmsone-website');

Serverside setup

const express = require('express');
const app = express();

Main.setup(app, {
    production: {
        MONGODB_CONNECTION: 'mongodb+srv://XXXX:XXXX@XXXX-XXXX.mongodb.net/XXXX',
        HAS_CERT: false,
        DATABASE_NAME: 'XXXX',
        EMAILID: 'XXXX@gmail.com',
        EMAIL_PASSWORD: 'password'
    }
});

// Setup custom error pages
Main.setErrorPages(app);

Clientside setup

  • Copy and Paste public folder to your public root directory
  • Specify valid API_URL from public\js\environment.js
  • Add auth.json with any authkey at data/ folder. (this key will be used while configuring CMS from GUI)
  • Navigate to /admin from browser to complete setup using GUI.
<!-- Add following scripts to your public html pages to enable tracking and analysis -->
<script src="/vendor/jquery/3.5.1/jquery-3.5.1.min.js"></script>
<script src="/js/common/polyfill.min.js"></script>
<script src="/js/environment.js"></script>
<script src="/js/final/bundle.min.js"></script>

Features:

  • Works with express.js and mongo as database.
  • Provides features like Tracking.
  • Easily extend by writing your APIs.
  • Contact Us, News letter management, Custom error pages etc.
  • Works best with CMS One API (backend helper for your CMS)
1.5.3

4 years ago

1.5.2

5 years ago

1.5.1

5 years ago

1.5.0

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.1.2

5 years ago

1.0.19

5 years ago

1.0.18

5 years ago

1.0.17

5 years ago

1.0.16

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.3

5 years ago

1.0.0

5 years ago