Question: 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,

 Prototype a CRUD (create, read, update, delete) application using Flask, a

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) 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)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!