This is a recommendation system fully built on recommendationRaccoon Engine and majorly referenced from the recommendationRaccoon Demo App
- Async
- CSV
- Express
- Postgres
- Sequelize
- Node
- Raccoon
- Redis
- Underscore
git clone https://github.com/terrence-au/recommendation_system.gitNavigate to folder
cd recommendation_systemnpm installbrew install redisbrew install postgresStart up postgres server
postgres -D /usr/local/var/postgresCreate a database
createdb mosaicnode lib/importItems.jsredis-serverpostgres -D /usr/local/var/postgresnode node-server.js