Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 492 Bytes

File metadata and controls

12 lines (10 loc) · 492 Bytes

Realtime forum application for my team and I to discuss and track issues being addressed in the project we may be working on

You will need the following in your app.config.js:

app.config = {
    viewPath : "/app/views",
    firebaseAppUrl : "http://djenchat.firebase.com",
    firebaseAppSecret: "4wpZ63CXRSkIw5XD0Ohw2n6yrSnsaZv0mUJ2kwv4"
};

Using tutorial https://thinkster.io/learn-to-build-realtime-webapps/