Skip to content

D-kn/StudyBuddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


StudyBuddy


In this project I've tried to build a discord like app with Python Django ...

View Code

See the live app here: https://studybudroom.herokuapp.com

Table of contents

Quick demo

Project

 
 

Home Page


Room Conversation

 

Login

 

User Profile

Built with

Getting Started

Clone the repo, create a virtual environment, Install requirements and then run.

Prerequisites

This is the list of things you need to use the software and how to install them.

  • Python
Version python 3.8 

Installation

  1. clone the repo
git clone https://github.com/D-kn/StudyBuddy.git
  1. Install virtualenv
cd StudyBuddy
sudo pip3 install virtualenv 

  1. Create a virtual environment
virtualenv django
  1. Activate your virtual environment
source django/bin/activate/
  1. Install requirements
pip install -r requirements.txt
  1. Running the application
python manage.py runserver

Then click on http://localhost:8000

About

A Discord like application built with Python-Django. A chat room app for learning

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published