Marketplace for friends: trade yours against another!
See the project here: friendswap.herokuapp.com
- 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
- Devise
4.3.0
- Paperclip
5.1.0
- Rails
5.1.4
- Ruby
2.4.2
bundler
rails
- Ruby 2.4+
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
- 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)