- 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/
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