Skip to content

afairlie/reco

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reco

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.

Front-end:

React, Material UI, Framer Motion, react-bubble-chart-d3

Back-end:

Ruby on Rails, Action Cable websockets, Redis, PostgreSQL

Steps to run application:

  1. Clone the reco-api repository
  2. Clone the reco repository
  3. In reco-api, run:
    • bundle install
    • rails db:migrate
    • rails db:reset
    • rails s
  4. In reco, run:
    • npm install
    • npm start

The api server with websockets runs on port 3001, the reco app runs on port 3000.

Sample screenshots

Reco main Reco search Reco list Reco new list Reco new comment Reco new recommend

About

Hello reco!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.0%
  • CSS 2.5%
  • HTML 2.5%