Skip to content

marcelolebre/sei-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sei-chat


Setting up

1. installing dependencies

2. Installing sails

sudo npm -g install sails

official documentation - http://sailsjs.org/get-started

3. Create a Firebase Account

We are storing all important stuff here.

https://www.firebase.com


Config & Run

1. Configure Firebase

  1. Login/Signup at https://www.firebase.com/

  2. Create a new app

  3. Copy your new firebase app url such as :

    https://<new-app-name>.firebaseio.com/ 
    
  4. In the following file: <root-folder>/config/firebaseConfig.js

    1. Replace with the following url with the firebase app url copied in step 3: var appUrl = 'https://<your-app>.firebaseio.com';

2. Run

sails lift

Your app is now available at http://localhost:1337

About

SEI2016

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors