Express.js back-end for HFL Signage Player
Command-line | Front page | Browsing uploads |
---|---|---|
![]() |
![]() |
![]() |
Hosts a PouchDB database and an upload directory.
- Open a command-line in the root of this subproject's directory.
- Run
npm install
. - 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 thatnpm 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!
-