-
Notifications
You must be signed in to change notification settings - Fork 0
amethystant/syncview-api
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
How to run: - Generate SSL certificate, export pfx and replace cert.pfx with it in index.js (unless testing) - In constants.js, update the CORS_CLIENT_URL value based on the URL of the client app - Generate a new token secret with `require('crypto').randomBytes(64).toString('hex')` in node runtime, replace token in secrets.js with it (unless testing) - Set NODE_ENV to production (makes express not return call stacks, etc.) if in production - > node .
About
The backend for my BSc dissertation project -- a web app for synchronised playback of local video files on multiple devices
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published