Skip to content

Latest commit

 

History

History
19 lines (19 loc) · 404 Bytes

README.md

File metadata and controls

19 lines (19 loc) · 404 Bytes

AIVideoConvertor

To run the server, follow the steps below:

  1. Install flask and npm files
pip install flask
npm install
  1. Go into the client folder and run dev
cd client
npm run dev
  1. Ctrl-C to end hosting on 8080 (after building everything), go back to HackIllinois folder and build server
Ctrl-C
cd ../
python server.py
  1. Go to "127.0.0.1:5000" and you will see everything