Skip to content

An intermediate-level conversation room project.

Notifications You must be signed in to change notification settings

mcandemir/studybud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StudyBud

StudyBud is a website where you can create chat rooms about your favorite topic, browse other topics and talk with other people about it!

Login or Sign Up:

Alt text

Main page:

Alt text

Create rooms:

Alt text

Participate:

Alt text

Customize your profile:

Alt text

Get the code, install requirements, run the server

$ git clone https://github.com/mcandemir/studybud.git
$ cd studybud
$ pip install -r requirements.txt
$ python manage.py runserver

Pull and Run the image directly:

$ docker pull mcandemir/studybud
$ docker run -p 8000:8000 mcandemir/studybud
# go to: http://localhost:8000/

Build and Run with Docker:

$ docker build -t studybud
$ docker run -p 8000:8000 studybud
# go to: http://localhost:8000/

Default Profiles in Database:

username mail: [email protected]
password: Django1230

username mail: [email protected]
password: Django1230

username mail: [email protected]
password: Django1230

TODO:

  • Dockerize the project and publish on Dockerhub.
  • Replace SQL database with MongoDB

Original Django Tutorial Project:

https://www.youtube.com/watch?v=PtQiiknWUcI

https://github.com/divanov11/StudyBud/

About

An intermediate-level conversation room project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published