- This is a simple REST API built using django framework for handling
video data. It is based off of CREATE method where video data is sent from
frontend for saving,transcription and rendering.
Ensure that you have the following readily installed in your system:
- The latest version of Python
- An IDE such as Vscode or Pycharm
Follow the following steps to set up and run:
- Clone the repository to your local machine:
git clone https://github.com/ru0ya/ScreenRecorderBackend.git
- Navigate to project directory:
cd ScreenRecorderBackend
- Run the following command to set up virtual environment:
python -m venv env
source env/bin/activate
- Run the following command to install dependencies:
pip install -r requirements.txt
- These are tests done with Postman to verify API's functionality
https://videorecordapi.onrender.com/