Skip to content

🙏 Marketplace for friends: trade yours against another!

License

Notifications You must be signed in to change notification settings

jclerc/friend-swap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

friend-swap

made for: school language: ruby made in: 2017
Marketplace for friends: trade yours against another!


Live demo

See the project here: friendswap.herokuapp.com

Features

  • Discover the best friends or popular tags
  • Search friends by tags/city
  • Add, edit and manage your friends
  • Start an exchange, end it and rate the friend

Stack used

  • Devise 4.3.0
  • Paperclip 5.1.0
  • Rails 5.1.4
  • Ruby 2.4.2

Getting started

Requirements

  • bundler
  • rails
  • Ruby 2.4+

Installation

git clone https://github.com/jclerc/friend-swap.git
cd friend-swap
# install dependencies
bundle install
# create database and fill it (can take some time)
rake db:setup db:seed
# start server
rails server

Notes

  • Credentials on demo site are:
    • admin email: test@test, password: test@test
    • any user password: test@test (and see their email at the bottom of any friend page)