1.5.3 • Published 3 years ago

cmsone-website v1.5.3

Weekly downloads
4
License
MIT
Repository
github
Last release
3 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

3 years ago

1.5.2

3 years ago

1.5.1

3 years ago

1.5.0

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.1.2

4 years ago

1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.3

4 years ago

1.0.0

4 years ago