Skip to content

mpisters/cameras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cameras App

Assignment to create a CLI tool, a server and a web app for cameras.

Requirements

  • Python 3.8

Project setup

  • Go to the server folder inside the cameras folder
  • Run the following to install all python packages
pip install requirements.txt

To run the server:

  • Go inside the cameras folder
  • Run the following commands:
python server/app.py

Server will be hosted on localhost:5000

To run the web app

NOTE: Webserver must be running

  • Go to the web-app-cameras folder inside the cameras folder
  • 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

To run the CLI

  • Go to the server folder inside the cameras folder
  • run the following command:
python search.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published