Skip to content

KingIdee/continuos-deployment-nodejs-apps

Repository files navigation

Blog App

A simple blog with Node.js, Vue.js, Auth0, Mongoose, Express.js

Setup

  • Create an account at Auth0 or login to your dashboard if you have an account already.
  • Create a new single page application client client and obtain your client_id and domain. Add the details to the src/utils/config.js file.
  • Obtain your MongodbURI and secret key from mlab. Add them to the /server/config/keys.js file.
  • Create a new Now account and obtain your NOW_TOKEN.
  • Create a new Travis CI account and copy your NOW_TOKEN to your Travis CI project.
  • Install your dependencies:
npm install
  • Start the server:
npm run server
  • Add a callback URL to your Auth0 client. If you are on localhost, this should be your callback URL - localhost:5000/callback else, just add the callback to your Now URL.

About

An app that shows how to perform continuous deployments using Travis CI and Now.sh

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors