Projectify A React application to display information on the projects that students are involved with in different classes. CS348 Final Project. Running the Application cd into src\backend and pip install -r requirements.txt Run export FLASK_APP=src/flaskdriver.py then flask run. Your flask server should be running locally now. Run the python script src\backend\src\create_tables.py via python3 create_tables. Your test db has been created. npm install and run npm start in the root folder to start the React app. Your app should be running locally on http://localhost:3000/projectify