- Aceval Ventura Matías
- Labrador Joaquín Leonardo
- Torterolo Ambrosini Máximo
It is required to make an app whose business model consists of people being able to provide pet care services. Said care is a short stay in exchange for remuneration.
- FR1 - Register new Owner.
- FR2 - Register new Pet.
- FR3 - Consult list of Pets (Owner).
- FR4 - Register new Keeper.
- FR5 - Stays management (Keeper).
- FR6 - Consult Keepers list.
- FR7 - Consult Keepers availability on a range of dates.
- FR8 - Create a Reservation from an Owner to a Keeper
- FR9 - Consult programmed Reservations and old ones as Keeper.
- FR10 - Confirm Reservation as a Keeper.
- FR11 - Create Payment Coupon for an Owner
- FR12 - Coupon payment simulation (Reservation confirmation).
- Runs in PHP >= 7.4
- Need to create "Data" and "Uploads" folders on root
- Create an
.env
file on root. - Set DATABASE_URL like in the example below
DATABASE_URL="mysql://root:@localhost:3306/pet_hero/"
- Run the next npm command in your favorite console
npx prisma migrate dev