Skip to content

Eben-Success/StuddyBuddy_Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

StuddyBuddy

Study Buddy is a web application that allow users to create an account and log in.

Users are able to get view the participants of a particular topic, they are able to create their own discussion room and add topic of interest.


Cloning this repository

Clone the repository using the command below:

git clone  https://github.com/Eben-Success/StuddyBuddy_Django.git

Move into the directory where the project files are:

cd StudyBuddy

Create a virtual environment:

# Let install virtualenv first
pip install virtualenv

# Then create a virtual environment:
virtualenv envname

Activate the virtual environment:

envname/scripts/activate

Install the requirements:

pip install -r requirements.txt

Running the App

To run the App, use:

python manage.py runserver

Finally,

The development server will be started at https://127.0.0.1:8000/

App Preview:

Homepage

img.png

Login & Register

img.png

Create Room & Add Topic of Interest

img.png

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published