INFO 2602 Assignment 2 Verion 2.2.0 Setup Install dependencies ''' pip install -r requirements.txt ''' Running Run the server ''' flask run ''' Testing Install node dependencies ''' npm install ''' Then run test command ''' npm run test '''