A django and mysql based web application. This is a prototype developed for our college Indian Institute of Information Technology, Sri City.
📬 A discussion forum where students can post questions, create tags, upvote/ downvote and comment on answers and questions.
- IDE to run django project eg.
PyCharm
,
-
To run project first create a
virtual environment
to runDjango backend server
. -
Install dependancies using the command
$ pip install -r requirements.txt
-
To run
django server
go to root/autodidact/$ python manage.py runserver