Skip to content

hackergram/VideoAnnotation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Video Annotation Tool

Pre-Requisites

  • A mongoDB cloud atlas connection string
  • A .env file with the following value stored in the server folder: MONGO_URL=<your_mongodb_connection_string>
  • A video file in the MP4 format, renamed to 'video.mp4' in the componentes folder of Client/src/

To install:

1. git clone https://github.com/TheAwesomezter/VideoAnnotation.git
2. cd VideoAnnotation
3. cd server
4. npm install
5. npm start

  Then open another terminal and go to the cloned repository:

1. cd client
2. npm install
3. npm start

Now the front-end would run at localhost:3000 and the backend at localhost:8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors