COSC481W-2024Fall / CampQuest

0 stars 2 forks source link

Create the campgrounds.js route to get campground data from the database. #15

Closed wildal99 closed 2 weeks ago

wildal99 commented 2 weeks ago

1). create routes folder and campgrounds.js route file. 2). add GET all campgrounds, POST a campground, GET a specific campground, DELETE a campground and UPDATE campground routes.

NOTE: Remove .vs folder and associated files.