- Node.js 10.16.0 https://nodejs.org/download/release/v10.16.0/
- Angular CLI 8.3.25
npm install -g @angular/[email protected]
- Python 3
- OpenCV
- Install frontend dependencies with
npm install
- Navigate to backend folder
cd backend
- Install backend dependencies with
npm install
- Open
backend/config.json
file - Define file locations
- Run necessary python scripts in
backend/scripts
folder
- Navigate to the backend folder
cd backend
- Start the node server with
npm start
- Open new terminal tab
- Start the angular application with
npm start
- Angular will open the project in default browser
- Run command
npm run build
- Navigate to the backend folder
cd backend
- Start the node server with
npm start
- Navigate to http://localhost:8000/