Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 383 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 383 Bytes
  1. To install everything : npm install
  2. To run server: npm start
  3. Homepage on Local Machine : http://localhost:3000

Keys to be included in .env file
MONGO_URL: Your MongoDB connection url
GOOGLE_CLIENT_ID: Your Google Client ID for oAuth
GOOGLE_CLIENT_SECRET: Your Google Client Secret for oAuth
SESSION_SECRET: Any string to act as a key for encrypting sessions