close
The Wayback Machine - https://web.archive.org/web/20200906054128/https://github.com/KingIdee/continuos-deployment-nodejs-apps/
Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Jul 3, 2018
Jul 3, 2018
Jul 3, 2018
src
Jul 3, 2018
Jul 3, 2018
Jul 3, 2018
Jul 3, 2018
Jul 3, 2018

README.md

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

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.