- 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/
Imagemagic is use for crop image and resize image when upload media image. so need install it
apt-get install imagemagick
brew install imagemagick
yum install imagemagick
follow their documentation and install mongodb on your own marchine https://docs.mongodb.com/
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
cd ../backend
nm install
npm start
to run the angular 2 backend app