Prototype Crud Create Read Update Delete Application Using Flask Framework Python Use Data Q43798735
Prototype a CRUD (create, read, update, delete) application using Flask, a framework for Python • Use any database you choose • Need to be able to create, read, update and delete Users, Orders, and Scenes from the interface Users can have many Orders, Orders can have many Scenes. When deleting records, be mindful to maintain data integrity User attributes: first name, last name, email, date created, active Order attributes: orderid, order date, status, user id Scene attributes: name, status, sensor, order id We should be able to start the Application and Database using a script (bash or python), a Makefile, or with Docker / Docker-Compose project code should be accessible via GitHub project README should include detailed instructions on starting and using the application must be built to run in a CentOS or Ubuntu environment (maybe use virtualbox) Show transcribed image text Prototype a CRUD (create, read, update, delete) application using Flask, a framework for Python • Use any database you choose • Need to be able to create, read, update and delete Users, Orders, and Scenes from the interface Users can have many Orders, Orders can have many Scenes. When deleting records, be mindful to maintain data integrity User attributes: first name, last name, email, date created, active Order attributes: orderid, order date, status, user id Scene attributes: name, status, sensor, order id We should be able to start the Application and Database using a script (bash or python), a Makefile, or with Docker / Docker-Compose project code should be accessible via GitHub project README should include detailed instructions on starting and using the application must be built to run in a CentOS or Ubuntu environment (maybe use virtualbox)
Expert Answer
Answer to Prototype a CRUD (create, read, update, delete) application using Flask, a framework for Python • Use any database you…
OR