🦊 www.shareadog.net ☜ see it here
Share a Dog is an Airbnb clone web app created in collaboration between me and 2 other developers, for which I was the TEAM LEAD. Its goal is to help people easily share their dogs; Dog owners can list a dog, dog-borrowers can borrow a dog.
- Map with an external Rails service Geocoding.
- Image upload with an external Rails service Cloudinary.
Joel Pickell, Nadia Isela, and Jose Garcia
3.0.3p157 (2021-11-24 revision 3fb7d2cadc) [x86_64-linux]
git clone [email protected]:guavalines/share_a-dog
.git
cd share_a-dog
rails db:create db:migrate db:seed:replant
bundle install
yarn install
rails server
Open you browser and visit localhost:3000
Rails app generated with lewagon/rails-templates, created by the Le Wagon coding bootcamp team.