Python Flask Crud Website
Budget: $10 – $30 USD
I want you to create a python flask website. I am creating an Event-Product website where the user is able Add, Edit, and Delete a product. The Event-Product has the following fields: ProductName, Default Price, and Final Price. The user will be able to add, edit, delete those fields. You need to create an Add-Event-Product page that will let the user create a product with the fields I mentioned. The Edit-Event-Product page lets the user edit those fields. The Delete-Event-Product page lets the user delete the entire product. I have provided the front-end for the 3 forms. I also provided the back-end of Add-Event-Product as an example for how the layout is supposed to be structured. I am including an ERD diagram that shows the relationships of each table. For the project – EventProduct, Product and possibly Event are the tables needed. I am also including the models if that helps, the model is just displaying what’s in the ERD diagram. If it’s easier not to use them that’s fine. I will include an example of back-end code without using them as a guide if you choose not to use them. I am also including the database – I used pgAdmin4 as well as sample data. I need you to also write a query the joins the tables: EventProduct and Product (there is a possibility you will need to also join the Event table). You need to work off my code and the sample data I provided.