Skip to content

Discode is an online educational platform to discuss and solve queries regaring programming issues

Notifications You must be signed in to change notification settings

anshvert/Discode

Repository files navigation

Discode

Discode is an online educational platform to discuss and solve queries regarding any programming issues

and promote the environment of peer programming among students.

> It has a seperate space and community to discuss issues regarding any new feature or even a bug.

> A simple signup is required and that's it .

> Now engage in discussion, contribute for the community or create your own group/thread for an entire new discussion on any topic.

> The project helps users ( users could include students/employees or any person from any tech field) to clear out any issues or enhancing

their knowledge on any field.

> The Project is mainly build on Django( A python backend framework).

> Django handles all the backend portion of the project which includes the User-model which saves all info about users which signup on the

> app and it also provides features of login/ signup.

> The UI portion is done on HTML/CSS/JS.

Cloning the repository

--> Clone the repository using the command below :

git clone https://github.com/anshvert/Discode.git

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

cd Discode

--> 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

ChatRooms Preview

image

About

Discode is an online educational platform to discuss and solve queries regaring programming issues

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published