GithubHelp home page GithubHelp logo

npedrini / isbx-loopback-cms Goto Github PK

View Code? Open in Web Editor NEW

This project forked from isbx/isbx-loopback-cms

0.0 1.0 0.0 9.63 MB

Content Management System (CMS) for Node JS LoopBack projects

License: MIT License

JavaScript 75.03% HTML 1.74% CSS 23.23%

isbx-loopback-cms's Introduction

ISBX LoopBack CMS

The ISBX LoopBack CMS is in its early stage of development. The Node JS CMS is design to work with LoopBack projects utilizing the built-in LoopBack Model Structure and generated REST APIs to perform create, read, update, and delete (CRUD) functions. The CMS user interface is built using Angular JS with Bootstrap and is highly customizable. The navigation of the CMS can be configured through JSON. You have the ability to create your own custom Angular Controllers and Views. Please see the wiki for installation and setup instructions.

Installing

This package is intended to be used as a Node Module. You should install the package with the command:

npm install https://github.com/ISBX/isbx-loopback-cms.git

You can include it in your package.json using

{
  "isbx-loopback-cms": "git+https://github.com/ISBX/isbx-loopback-cms.git"
}

Development

To contribute to the ISBX CMS Node Module you can fork the repo and then npm link it to your project:

git clone https://github.com/ISBX/isbx-loopback-cms.git [cms path]
cd [project path]
npm link [cms path]

for example:

git clone https://github.com/ISBX/isbx-loopback-cms.git /projects/nodejs/npm-isbx-loopback-cms
cd /projects/websites/my_cms
npm link /projects/nodejs/npm-isbx-loopback-cms

Now any changes made in the npm-isbx-loopback-cms source folder will be applied to your my_cms project.

Note

When contributing to the ISBX CMS please create a feature branch and issue a pull request from your fork.

isbx-loopback-cms's People

Contributors

carlitolee avatar coolwr avatar csapinoso avatar myeganyan avatar npedrini avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.