Skip to content

Ammarmoulla/DiscussionBoard

Repository files navigation

⏩ DiscussionBoard

A discussion board is a “space” where students can further delve into classroom content. It can promote collaboration, and offer individuals room to explore topics, issues, and/or questions. The discussion board is an excellent tool for students who may feel more comfortable expressing their understanding of course content in a written format, as opposed to verbally.

⚙️ Installation and Setup

Make sure you have:

  • Python >= 3.8

The first thing to do is to clone the repository:

$ git clone https://github.com/Ammarmoulla/DiscussionBoard.git
$ cd DiscussionBoard

Create a virtual environment to install dependencies in and activate it:

$ python3 -m venv env
$ source env/bin/activate

Then install the dependencies:

(env)$ pip install -r requirements.txt

Note the (env) in front of the prompt.

Once pip has finished downloading the dependencies:

(env)$ python manage.py runserver

And navigate to http://127.0.0.1:8000/.

Maintainers

About

DiscussionBoard Using Django Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages