Skip to content

anushkbyakodi/StudyBud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Study Buddy

image

A social platform where students and professionals alike can discuss, learn and share their passion regarding various topics.

Link to Website

https://akb-studybud.herokuapp.com/

Steps to configure website

  • Clone Repository
git clone https://github.com/anushkbyakodi/StudyBud.git
  • Move Into Directory
cd studybud
  • Create and activate virtual environment
pip install virtualenv
virtualenv webs
webs\scripts\activate

You can change the environment name to your liking. I have given a name webs to my environment

  • Install Requirements
pip install -r requirements.txt

Running the Website

To run the website use command

python manage.py runserver

You can now access the server at local host: http://127.0.0.1:8000/

Website Preview

  • Login/Register Page

image

  • Website Home Page

image

  • Room Interaction Page

image

  • Profile Page

image

Features and technologies

  • Implemented Using Django 4.1.1
  • API functionalities for Rooms included
  • Custom User models with options to Upload profile pics
  • Hosted on Heroku Platform
  • Use coolwebsites page to check how information from api can be used to host websites.

About

A test website built using Django.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published