Skip to content

TubeLearn/backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TubeLearn Backend

This repository will contain all the backend code for the TubeLearn website

Python version

  • 3.10.x

Step to run locally:

Follow these commands to run the project on your local machine :

Clone the project

git clone https://github.com/TubeLearn/backend.git
  • Set up and run Virtual Environment

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

Run the server

python -m app.api

About

This repository will contain all the backend code for the tubelearn website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6