Skip to content

suhas018/Chrono_Deploy

Repository files navigation

StudyBud

Table of Contents

Introduction

StudyBud is a web application designed to help students connect and collaborate on their studies. It includes features such as creating and joining study rooms, real-time chat, and resource sharing.

Features

  • User authentication and profiles
  • Create and join study rooms
  • Real-time chat within study rooms
  • Resource sharing (links, files, etc.)
  • User-friendly interface

Installation

To install StudyBud, follow these steps:

  1. Clone the repository:
    git clone https://github.com/divanov11/StudyBud.git
  2. Navigate to the project directory:
    cd StudyBud
  3. Create a virtual environment:
    pip install virtualenv
    virtualenv envname
  4. Activate the virtual environment:
    • On Windows:
      envname\Scripts\activate
    • On macOS/Linux:
      source envname/bin/activate
  5. Install the required dependencies:
    pip install -r requirements.txt

Usage

To run the application, use the following command:

python manage.py runserver

The development server will start at [http://127.0.0.1:8000/](http://127.0.0.1:8000/).


## Credits
Learned from [Traversy Media](https://www.traversymedia.com/).

Based on the [StudyBud](https://github.com/divanov11/StudyBud) project by [divanov11](https://github.com/divanov11).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published