loopbackCMS
loopbackCMS copied to clipboard
Loopback API + Angular 2 CMS
LoopCMS
- Loopback API + Angular 2 CMS with Realtime Database featured.
- Videos: https://www.youtube.com/playlist?list=PLFaW_8zE4amNf4LKlFn061D8R_7osw9rn
- Facebook: http://facebook.com/TabvnGroup
- Twitter: http://twitter.com/tabvn
- Website: http://tabvn.com/
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