Reco is a platform for building community spaces around local businesses through word-of-mouth. Users create a list asking for recommendations, or respond by adding business contacts.
React, Material UI, Framer Motion, react-bubble-chart-d3
Ruby on Rails, Action Cable websockets, Redis, PostgreSQL
- Clone the reco-api repository
- Clone the reco repository
- In reco-api, run:
bundle install
rails db:migrate
rails db:reset
rails s
- In reco, run:
npm install
npm start
The api server with websockets runs on port 3001, the reco app runs on port 3000.