Prereq: Install Docker
This will build and start docker container running on localhost
This removes bulky container images and the container
Running Flask
- cd \venv\Scripts
.\activate- cd into flask directory in course-parser
$env:FLASK_APP = "run.py"(First time only to update name)flask run
Running Node
- cd into node dir
npm installnpm start
Running Flask
- source ./venv/bin/activate
- cd to flask directory
python run.py
Running Node
- cd into node directory
npm installnpm start