Final Project: Matrix Movie Search
Github repo: https://github.com/KChowaniec/CS554
In-class technologies used:
- React
- Redis
- Worker roles
Independent Technologies Used:
- Highcharts (used in movie analytics)
- Material UI
Setup instructions:
- Run redis and mongodb
- Server port and database configuration can be changed in all-config.json file
- In data directory, run 'npm install' and then 'npm link'
- In server directory, run 'npm install' and then 'npm link data'
- In worker directory, run 'npm install' and then 'npm link data'
- To seed database, run 'npm run seed' in data directory
- After installs, run 'npm start' in server directory and also run 'node index.js' in worker directory
- To compile React code, run 'webpack' in server directory
- When all is setup/running, open browser and navigate to http://localhost:3000 (port can be changed in all-config.json)