Skatepark Outline/Plan
just small thing I have to test
The data I want my database to hold
Skatepark Posts | Author | Title | Address | Star Rating | Descripition | Total Likes |
---|---|---|---|---|---|---|
Del Sur Skate Park | Finn Carpenter | Del Sur Mid Park | 15820 Paseo Montenero | 3 | blah blah blah | 12 |
Penasquitos Skate Park | ||||||
Poway Skate Park |
Methods we need to have
- Create Method
- Needed When Post need to be uploaded
- Update
- Unsure if I want to update all data
- Will probably used to update the like value
- Read
- Will be used to view the web page
- Delete
- Used to delete post made that are inappropriate or bad
What should I model my database after
I’ll probably copy the person api that Mr.Mortensen has made and transfer it into having skatepark qualities.