Skip to content

tabvn/loopbackCMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LoopCMS

Install imagemagic

Imagemagic is use for crop image and resize image when upload media image. so need install it

Ubuntu

apt-get install imagemagick

Mac OS X

brew install imagemagick

Fedora/CentOS

yum install imagemagick

Install Mongodb

follow their documentation and install mongodb on your own marchine https://docs.mongodb.com/

Install loopback modules

From root folder change directory to api and run npm install to install all modules required. cd api

npm install

npm start to run the api

Install Backend (this is Angular 2 app for management content system)

cd ../backend

nm install

npm start to run the angular 2 backend app

Screenshot

About

Loopback API + Angular 2 CMS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published