Skip to content
This repository has been archived by the owner on Apr 5, 2021. It is now read-only.
/ slides Public archive

Automatically generated slides for your presentation

License

Notifications You must be signed in to change notification settings

vorotynsky/slides

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slides

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.

Build and Run

Before running specify the jwt secret and pexels api key in server/config/default.json.

  1. Prepare ssl certificate to ./cert.pem and ./key.pem, set env-variables
HTTPS=true
SSL_CRT_FILE=./cert.pem
SSL_KEY_FILE=./key.pem
  1. Install dependencies for ./server/ and ./client using npm install.
  2. Run mongo.
  3. Configure ./server/config/default.json.
  4. Run server and client npm run start in ./server and ./client.

Releases

No releases published

Packages

No packages published