Skip to content

stulnikau/clipstack-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clipstack-js

Search hundreds of movies on Clipstack

Running locally

Prerequisites:

  1. Node
  2. MySQL installed with backend tables and data loaded (TODO: add example DB dump)
  3. SSL certificate and private key in backend/selfsigned.crt and backend/selfsigned.key respectively
  4. backend/.env file containing JWT_SECRET, ENCRYPTION_KEY for encrypting refresh tokens, and your MySQL DB_PASSWORD

To install Node packages, use:

cd frontend && npm install
cd backend && npm install

To run, use:

make app

This will run the frontend on 0.0.0.0:3000 and backend on localhost:3001.

About

React and Express.js movie search app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages