A simple blog with Node.js, Vue.js, Auth0, Mongoose, Express.js
- 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_idanddomain. Add the details to thesrc/utils/config.jsfile. - Obtain your MongodbURI and secret key from mlab. Add them to the
/server/config/keys.jsfile. - Create a new Now account and obtain your
NOW_TOKEN. - Create a new Travis CI account and copy your
NOW_TOKENto 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/callbackelse, just add thecallbackto your Now URL.