Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 258 Bytes

File metadata and controls

29 lines (20 loc) · 258 Bytes

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