All Projects → JonnyBGod → bootstrap-loopback-fullstack

JonnyBGod / bootstrap-loopback-fullstack

Licence: MIT license
Project bootstrap for loopback backend project

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

bootstrap-loopback-fullstack

Project bootstrap for loopback backend project

Installation

- Download and extract

- npm install

- bower install

Config

- Set PROJECT-NAME in ./package.json and ./bower.js

- Set PROJECT-NAME and LICENSE-KEY in ./newrelic.js

- Set MONGODB-SERVER in ./server/datasources.json

- Set API_URL in ./Gruntfile.js

- Set api keys in ./server/providers.json

Extras

You can use ./nginx.conf as a starting point for nginx configuration. Edit all APP_ROOT_FOLDER, SEO4AJAX_API_KEY (some might be repeated, make sure you edit all of them) Copy ./nginx.conf to /etc/nginx/sites-available/

Alternatively, if you want ssl configuration do the above steps with nging_ssl.conf and place your certificate files in:

- /opt/nginx/ssl_certs/server.pem
- /opt/nginx/ssl_certs/server.key
- /opt/nginx/ssl_certs/dhparam.pem
- /opt/nginx/ssl_certs/godaddy_ssl_trusted_certificate.pem

(this configuration will grant you A+ grade security)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].