Assignment to create a CLI tool, a server and a web app for cameras.
- Python 3.8
- Go to the
serverfolder inside thecamerasfolder - Run the following to install all python packages
pip install requirements.txt
- Go inside the
camerasfolder - Run the following commands:
python server/app.py
Server will be hosted on localhost:5000
NOTE: Webserver must be running
- Go to the
web-app-camerasfolder inside thecamerasfolder - run the following commands
npm install
npm run serve
Server will be hosted on localhost:8080
NOTE: Markers are not displayed because of a image issue
- Go to the
serverfolder inside thecamerasfolder - run the following command:
python search.py