Skip to content

Latest commit

 

History

28 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parley Backend

A back-end server for the Parley app that connects users through Websockets and uploads audio recordings to AWS S3

Tech Stack

Getting Started

  • Install PeerJS globaly
npm install -g peer
  • Install npm packages
npm install
  • Create .env file
    • Add your AWS S3 Credentials
      • accessKeyId_parley = 'YOUR ACCESS KEY'
      • secretAccessKey_parley = 'YOUR SECRET ACCESS KEY'
      • aws_region_parley = 'YOUR REGION'
      • awsBucket_parley = 'YOUR BUCKET NAME'

Usage

  • Start peerJS server
peerjs --port 3001
  • Start express server
npm run server

About

Parley is an application created with the intent of assisting in the flow of information. We set out to connect tech enthusiasts of all walks of life through a platform where knowledge can be shared. Parley is a platform where users can speak - or listen - to anyone who wants to listen... or speak.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages