git link:
        https://singhabhijeet@git.cse.iitb.ac.in/singhabhijeet/Peers_Space.git

  Abhijeet Pratap Singh 203059001
  Ayush Gupta 203050034
  Ankit Gaur 203050081
  Tarun Saurabh 203050009 

Motivation:

	There are many people in this world who know a lot about some topics.  There aremany too who do not know anything about some topics.  Nobody knows everything.But  everybody  knows  something.   Everyone  has  something  important  to  teach,  butempowering individuals to share their knowledge is critical.  The kind of insight andunderstanding that is not really written down anywhere or easily transferred from oneperson to another makes the need to capture that critical knowledge.
	Peer’s Space is started to provide a platform to exchange knowledge between theexperts of one field with the experts of other field. The vast majority of human knowl-edge is still not on the internet.   Most of it is trapped in the form of experience inpeople’s heads, or buried in books and papers that only experts can access.  As a con-sequence most people don’t have the knowledge they should, and don’t have the time,connections, or skills to get the knowledge faster.

How to  use:

	Using the Peer’s Space is very simple. You need to have installed the dependencies. 
Toinstall python3 on ubuntu, run the following command in your terminal.
	•sudo apt-get install python3.8
To install Django on ubuntu, run the following command in your terminal.
	•sudo apt-get install python3-django
One needs to git clone the project.  After that open terminal in main directory and runfollowing commands.
	•python3 manage.py makemigrations
	•python3 manage.py migrate
	•python3 manage.py runserver

To access the application open the web browser and go to "localhost:8000"
