Skip to content

baribgf/The-Secret-Room-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The SecretRoom Project

This a secret room project where you can get a secret conversation with any persons you invite. The project is build in Express js framework implementing the Firebase API for db management.

Usage

To start using this project ensure the following steps:

  • Install required packages:
npm install
  • Create a firebase realtime database, get the application credentials like stated here: Google service account docs, get the database url and then paste them as the following:
export FB_CREDENTIALS='<credentials-file-content>'
export FB_DB_URL='<database-url>'
  • Start the server:
npm start

Note

This project is under development, so for any feedback please contact me or create an issue, and for contribution just create a pull request.

Take Care . .