This repository will contain all the backend code for the TubeLearn website
- 3.10.x
Clone the project
git clone https://github.com/TubeLearn/backend.git
Enter the project directory
cd backend
Create a virtual env
python -m venv env
Activate your env(for windows)
./env/Scripts/activate
(for Linux or mac)
source env/bin/activate
Install Project Dependencies
pip install -r requirements.txt
python -m app.api