Skip to content

bahromnajmiddinov/studybuddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StudyBuddy - A Collaborative Learning Platform (Django)

Installation

  1. Create a virtual environment:

    • Choose a virtual environment tool (e.g., venv, virtualenv, pipenv). Refer to their documentation for specific commands. Here's an example using venv:

      python -m venv venv
      source venv/bin/activate  # Linux/macOS
      venv\Scripts\activate.bat  # Windows
  2. Install dependencies:

    • Activate the virtual environment.

    • Install the required packages from requirements.txt:

      pip install -r requirements.txt

Usage

  1. Migrate database (if applicable):

    python manage.py migrate
  2. Start the development server:

    python manage.py runserver

About

StudyBuddy - A Collaborative Learning Platform

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published