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