Optimised Live Video Analytics at Scale (TCD Software Engineering Project)
- Run
docker compose up --buildfrom the repository root (the folder with the compose.yaml file). - Go to /frontend folder.
- Run
npm install. - Run
npm run dev. - Go to http://localhost:3000/ to access the app.
- Go to http://localhost:3000/docs to access frontend JSDocs.
- Go to http://localhost:9001/login and input Username:
minioConnectand Password:connectMinio, to access Minio Bucket. - On PgAdmin4 register server on address
localhostand port5432and input Username:postgresand Password:postgres, to access Postgres DB.