Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 793 Bytes

File metadata and controls

15 lines (10 loc) · 793 Bytes

TheTalkSquare

A social website where people post about public issues and can have debate on them. It allowes them to open new topics tag them and also post their opinion on existing topics.

Instructions to Build and run the code:

To download the code copy paste the following on your terminal:

git clone https://github.com/SebinDuke/TheTalkSquare.git

To run the code go to TheTalkSquare(outer) folder inyour terminal and run the following code:

python3 manage.py runserver

By default the server will run on http://localhost:8000/ and you must make sure that you have python3 and Django installed first.

Linux systems normally have python3 installed and django canbe installed by running the following command:

sudo pip3 install django