A web app for swapping stickers with strangers! Your laptop lid will be the envy of your dev friends in no time.
SAMPLE PR
=======
Things you may want to cover:
-
Ruby version 2.3.3
-
System dependencies
-
Configuration
# install dependencies apt-get install ruby2.3 ruby2.3-dev sqlite3 nodejs gem install rails bundler# clone & setup gems git clone https://github.com/jaydenwindle/stickerswap.git && cd stickerswap bundle install # Migrate the db rake db:migrate # Run the server rails server
-
Database creation
-
Database initialization
-
How to run the test suite
-
Services (job queues, cache servers, search engines, etc.)
-
Deployment instructions
-
...