Create Request Backend #16
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
functionality
Description
Implemented the backend for handling order submissions. This includes forms, models, and routes to process and store order data.
Key Changes
Forms (forms.py)
Created OrderForm with fields: first_name, last_name, address, suburb, email, phone, meal, and submit.
Models (models.py)
Defined Order model with fields: id, first_name, last_name, address, suburb, email, phone, and meal.
Routes (routes.py)
Implemented routes for form submission (/) and confirmation page (/confirmation).
Additions:
under templates and static folder, Nishk will be adding the frontend files for create request form.
The text was updated successfully, but these errors were encountered: