Skip to content

Traversy-Media/StudyBud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StudyBud

StudyBud is a Django-based web application where users can create and join study rooms on various topics, engage in discussions, and collaborate with other learners.

This project was built as part of a comprehensive 7-hour video tutorial: Watch the full tutorial here

Screenshots

 

Feed Home


Room Conversation Preview

Setup Instructions

1. Clone the repository

git clone https://github.com/divanov11/StudyBud.git
cd StudyBud

2. Create and activate a virtual environment

# Install virtualenv if you haven't already
pip install virtualenv

# Create a virtual environment
virtualenv venv

# Activate the virtual environment
# On Windows:
venv\Scripts\activate
# On macOS/Linux:
source venv/bin/activate

3. Install dependencies

pip install -r requirements.txt

4. Run the development server

python manage.py runserver

The application will be available at http://127.0.0.1:8000/

About

Find study partners who share you interest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •