Skip to content

Latest commit

 

History

History
 
 

back-end

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

HFL Signage Player: Back-end

Express.js back-end for HFL Signage Player

Command-line Front page Browsing uploads
Screenshot Screenshot Screenshot

Hosts a PouchDB database and an upload directory.

Getting Started / Installation

  1. Open a command-line in the root of this subproject's directory.
  2. Run npm install.
  3. Run npm start.
    • The command-line will show which port the server is using in localhost.

    • To change the port, change the PORT variable in the .env file that npm start creates, and restart this subproject.

      Note: Remember to then update REACT_APP_BACK_END_URL in the .env files of Front-end and Management UI!