Skip to content

darade-sagar/StudyBud

Repository files navigation

StudyBuddy

About StudBud

StudyBud is a social media app for devloper simmilar like a discord where devloper create rooms and contribute to others devlopment queries

Learnings

  1. Start devlopment server
  2. Configure settings.py
  3. DB Design
  4. Custom User Model Design
  5. Authentication and authrisation with Django
  6. Login,Logout,Register Logic.
  7. Template Inheritance
  8. MVT Pattern Design
  9. Many More...

Cloning the repository

--> Clone the repository using the command below :

git clone https://github.com/Sagar4437/StudyBud.git

--> Move into the directory where we have the project files :

cd StudyBud

--> Create a virtual environment :

# Let's install virtualenv first
pip install virtualenv

# Then we create our 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, we use :

python manage.py runserver

⚠ Then, the development server will be started at http://127.0.0.1:8000/

App Preview :

image image

About

Developer Community social media Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors