Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Purpose of the assignment: This assignment will be done individually. In this assignment you will get an opportunity to obtain hands-on experience with the Flask
Purpose of the assignment: This assignment will be done individually. In this assignment you will get an opportunity to obtain hands-on experience with the Flask Framework and the React JS setup. You need to learn about the following. Hopefully, you already know about some of them. Flask, Python, React, Java Script, Html, CSS, NodeJS Every student will submit the assignment in Blackboard as directed. In your submission you should also include a brief direction on how to run the application. Description of the Assignment: You will use a CURD (Create, Update, Read, Delete) application using React, Flask, Python, JavaScript, Html, CSS. Your application should be able to modify data in the database from the user interface. There is no need to make it fancy. You will just provide the necessary buttons and text boxes to do the operations as mentioned. There are only three columns. Create User Search User Delete User Retrieve points from User Last name, First Name Flask or NodeJS Hints: - Database: Flask supports all the databases. Use whichever you are comfortable with. Connect backend/api calls to the database: fetch, update, insert operations. Server hosting with Flask. React and Flask integration. Setting up Flask environment: 1. Install Python 3.6+ and PIP. 2. Install virtualenv (https://pypi.org/project/virtualenv/) 3. Create Project directory. 4. Create virtual environment. 5. Install required packages (flask, databases). 6. Do the rest of react-app setup
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started