NSS-Day-Cohort-58 / buttons-server-team-3-1

buttons-server-team-3-1 created by GitHub Classroom
0 stars 0 forks source link

Create POST #3

Closed Russ716 closed 1 year ago

Russ716 commented 1 year ago

Users will create an appointment request, which will need to be POSTed to the requests list.

Define a do_POST(self) to stringify to JSON and create a new request similar to orders in Kneel.

Lorin-Jones commented 1 year ago

Add "create_request" function to request_requests.py module

Lorin-Jones commented 1 year ago

import create_request function in both views init and request_handler

Lorin-Jones commented 1 year ago

Completed