- Ruby: 2.4.0
- Rails: 5.0.3
- Database: postgresql
- Job Queue: Sidekiq & Redis
- Front End: HAML & SCSS (Bootstrap-Sass)
- Authentication: Devise & CanCanCan
- Image Uploads: Carrierwave & Dropbox
- Tests: RSpec & Cucumber & Capybara-Webkit
bundle install
cp .env.sample .env
rails db:create
rails db:populate
rails server
This project depends on redis-server to run in the background when processing jobs. Install it with the gem or with brew.
brew install redis-server # optionally if you do not have redis-server on OSX
redis-server
bundle exec sidekiq
In Production, this app automatically links posts to the PostedUp Community Page on Facebook.
This app serves GET requests on /api/posts
and /api/posts/:id