Create a presentation with a speech!
This app finds important words in your speech and searches images for them from pexels. Choose one from twelve images for a slide or select prepared slides.
Before running specify the jwt secret and pexels api key in server/config/default.json
.
- Prepare ssl certificate to
./cert.pem
and./key.pem
, set env-variables
HTTPS=true
SSL_CRT_FILE=./cert.pem
SSL_KEY_FILE=./key.pem
- Install dependencies for
./server/
and./client
usingnpm install
. - Run
mongo
. - Configure
./server/config/default.json
. - Run server and client
npm run start
in./server
and./client
.