Group3-Project2 / Project-2

0 stars 0 forks source link

Blog Page -- revamp #3

Open Kayle7777 opened 6 years ago

Kayle7777 commented 6 years ago

Move every blog post to the database, instead of it being hard coded in HTML.

Once that's done, all the buttons can have SQL functionality to search that database, and filter only the ones that are say, "Violin", or whatever, like the buttons say.

Make a holder page for the "link" / "body" portion of each of the blog posts, have the link go to that. Server could render it like /blog/thisPost_11-11-2001 (just an idea)

(Html-routes maybe? idk, api-routes should have more to do with posting stuff to the server, and getting stuff from -- so maybe getting the blog posts should be in api-routes)