Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1002 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 1002 Bytes

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 . .