-
Notifications
You must be signed in to change notification settings - Fork 1
Functionality and MVP
vh71886 edited this page Jul 19, 2022
·
10 revisions
- User authentication with demo login
- Pet index and show page
- Filter animals on pet index page
- Pet adoption cart (full CRUD)
- Reviews for each pet (create and show)
| type | required | |
|---|---|---|
| name | string | true |
| string | true | |
| password | string | true |
| type | required | |
|---|---|---|
| name | string | true |
| petType | string | true |
| description | string | true |
| price | number | false |
| image_url | string | false |
| type | required | |
|---|---|---|
| petId | ObjectId | false |
| quantity | number | true |
| price | number | true |
| total | number | true |
| type | required | |
|---|---|---|
| userId | ObjectId | true |
| petIds | Array | false |
| subtotal | number | true |