Skip to content

ru0ya/ScreenRecorderBackend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScreenRecorder API


  • 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.

Table of Contents


Prerequisites

Ensure that you have the following readily installed in your system:

  • The latest version of Python
  • An IDE such as Vscode or Pycharm

Installation

Follow the following steps to set up and run:

  1. Clone the repository to your local machine:
git clone https://github.com/ru0ya/ScreenRecorderBackend.git
  1. Navigate to project directory:
cd ScreenRecorderBackend
  1. Run the following command to set up virtual environment:
python -m venv env
source env/bin/activate
  1. Run the following command to install dependencies:
pip install -r requirements.txt

Routes


Documentation

  • These are tests done with Postman to verify API's functionality

Testing


Deployment

https://videorecordapi.onrender.com/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages