issues
search
SaiSVemula
/
RoomBookingService
0
stars
0
forks
source link
CRUD requests
#4
Open
SaiSVemula
opened
1 month ago
SaiSVemula
commented
1 month ago
Write view functions to handle GET requests for fetching data (list of rooms, list of bookings).
Write view functions to handle POST requests for adding new bookings.
Write view functions to handle PUT requests for updating existing bookings.
Write view functions to handle DELETE requests for removing bookings.