Skip to content
This repository has been archived by the owner on Feb 12, 2020. It is now read-only.

chfle/block-app-nodejs

Repository files navigation

block-app-nodejs

simple block app with nodejs

Usage

  1. create a dev.js file with:
module.exports = {
  googleClientID: 'YOUR_GOOGLE_CLIENT_ID'
  googleClientSecret: 'YOUR_CLIENT_SECRET',
  mongoURI: 'YOUR_MONGO_URI',
  cookieKey: 'YOUR_COOKIE_KEY',
  redisUrl: 'YOUR_REDIS_URL',
  accessKeyId: 'YOUR_AWS_S3_ACCESS_KEY_ID',
  secretAccessKey: 'YOUR_AWS_S3_SECRET_ACCESS_KEY',
};
  1. npm install

  2. npm run dev