Skip to content

codejudas/screen-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screen Search

Small live-updating movie searching webapp using Algolia, React, and Nodejs.

live

Installation

$ npm install

This will install both the server dependencies as well as client dependencies.

Add environment variables to a .env file to configure the server.

$ echo "ALGOLIA_APP_ID=xxxxxxxxxxxxxxxxxxx" > .env
$ echo "ALGOLIA_API_KEY=yyyyyyyyyyyyyyyyyyyy" >> .env
$ echo "ALGOLIA_SEARCH_API_KEY=zzzzzzzzzzzzzzzzz" >> .env
$ echo "ALGOLIA_INDEX_NAME=movies" >> .env

Running

Run the server:

$ npm start

This starts the express server on port 5000.

About

Small movie searching webapp using Algolia, React, Express.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published