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 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.
- Ruby
- Rails
- Postgresql
- Sidekiq
- Bootstrap
- jQuery
Pull requests are very welcome and encouraged.
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.
To start the server, run rails s
from the project directory.