y2kcoders / skatepark.co

https://y2kcoders.github.io/skatepark.co/
MIT License
1 stars 0 forks source link

Backend: Skatepark ratings #3

Closed F1nnC closed 10 months ago

F1nnC commented 10 months ago

How I envision the table looking

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

Plan: Copy the Person Table and change

October 10th

image

October 15th

image

Jyustin commented 10 months ago

The update method works. should use post instead of put, and it will update. check the post(likes) method

Jyustin commented 9 months ago

theres also a file in backend called MVCconfig.java you need to edit to add allowed domains when you need to authorize a frontend for connection, and you may need to edit securityconfig.java if it still doesn't work after authroization.