Skip to content
This repository has been archived by the owner on Oct 28, 2018. It is now read-only.

ineffyble/pleasepet

Repository files navigation

This repository is no longer in use. The PleasePet project has been continued by Sammy Kerfan at sammy123k/pleasepet - please see there for updates.

PleasePet

Build Status

PleasePet is a web app for petting pets online. Originally hosted at https://please.pet, this project has been postponed due to developer capacity.

This project is in the process of being cleaned up, as it has been hastily redeveloped to cope with increased capacity.

Technologies

  • Ruby
  • Rails
  • Postgresql
  • Sidekiq
  • Bootstrap
  • jQuery

Contributing

Pull requests are very welcome and encouraged.

Getting Started

Installing

Make sure you have Ruby and Rails set up beforehand.

Clone the git repo into your preferred location, and then from there run:

bundle install --without production
bundle exec rake db:migrate

This will set up the dependencies and the pet database.

Running

To start the server, run rails s from the project directory.