Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 570 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 570 Bytes

urls

Full-blown cerebellum sample app.

Sample app running at: https://cerebellumurls.herokuapp.com/

  • Create, update & delete links
  • Shared GET routes
  • API implemented with express & mongoose
  • Authentication with Google's oAuth 2
  • Loads all configuration from ENV variables or .env

get it running for development

npm install
  1. Define following environment variables (or use .env)
  • COOKIE_SECRET
  • GOOGLE_CLIENT_ID
  • GOOGLE_CLIENT_SECRET
  • GOOGLE_CALLBACK_URL
  • MONGO_HOST
  • MONGO_PORT
  • MONGO_DBNAME
  • MONGO_USER
  • MONGO_PASS
npm start