Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 646 Bytes

File metadata and controls

24 lines (19 loc) · 646 Bytes

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