Skip to content

elishaking/blazehub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlazeHub Backend App

A platform for connecting people: A place to chat, follow interesting conversions and be a part of a growing community

https://blazehub.skyblazar.com

Find the frontend repo here: https://github.com/elishaking/blazehub-frontend

Under development

Setup

PORT=8000
NODE_ENV=development
FIREBASE_API_KEY=<YOUR_FIREBASE_API_KEY>
FIREBASE_AUTH_DOMAIN=<YOUR_FIREBASE_AUTH_DOMAIN>
FIREBASE_DATABASE_URL=<YOUR_FIREBASE_DATABASE_URL>
FIREBASE_PROJECT_ID=<YOUR_FIREBASE_PROJECT_ID>
FIREBASE_STORAGE_BUCKET=<YOUR_FIREBASE_STORAGE_BUCKET>
FIREBASE_MESSEGING_SENDER_ID=<YOUR_FIREBASE_MESSEGING_SENDER_ID>
FIREBASE_APP_ID=<YOUR_FIREBASE_APP_ID>
FIREBASE_MEASUREMENT_ID=<YOUR_FIREBASE_MEASUREMENT_ID>
SECRET_OR_KEY=<YOUR_SECRET_OR_KEY>
  • Run the following commands to install dependencies:
yarn install
  • Finally, run this command in the project root to launch the project:
yarn start
  • For testing
yarn test

About

A platform for connecting people: A place to chat, follow interesting conversions and be a part of a growing community

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published