- Please refer to petopia-frontend through this repo: https://github.com/nnhk23/petopia-frontend.
Petopia is a foster website using real pets data from shelters. You can book a date with our pets and view it on a calendar.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Link to Petopia's backend: https://github.com/nnhk23/petopia-backend.
(make sure to also complete frontend's installation instruction before strating the program :) )
- Run
rails db:migrate
. - Run
rails db:seed
. - Start server:
rails s
.
- Ruby on Rails.
- Sqlite Database.
Account(C)
- User can sign up/log in by typing their name in landing page.
- User will automatically be logged in if name already exist in database.
Appointments (CRUD)
- User can book an appointment to foster a pet.
- User can cancel appointment with pet.
- User can adjust date of appointment.
- User can see all booked appointments.
Pet (R)
- User can view pet details by clicking on pet's photo on side nav.
- User can open external link to foster pet by clicking on pet's profile photo on details page.
- User can view appoinment details on calendar.
- Kim Nguyen - Github Link
This project is licensed under the MIT License - see the LICENSE.md file for details
Feel free to contact me via github or my email nnhk23@gmail.com. Happy coding! :)