Social networking revolves allows like-minded individuals to be in touch with each other using websites and web-based applications. Facebook, Myspace, Twitter, and LinkedIn are examples of social networking sites. The definition of the term “social network” is still very loose, as it is still a relatively new technology that’s subject to rapid changes.
- Akash Rana (185034)
- Kashish Srivastava (185014)
Clone the repository and checkout to stable commit
git clone https://github.com/cannibalcheeseburger/the-social-network.git
cd the-social-network
You need Python3 to run this
For Linux:
sudo apt install python3
Install dependencies with:
pip install -r requirements.txt
or
python3 -m pip install r -requirements.txt
Change directory to ./the-social-network/
folder with
cd the-social-network
Run server with:
python3 manage.py runserver
Server will start at localhost:8000
Simply open:
http://127.0.0.1:8000/
Open admin panel at :
http://127.0.0.1:8000/admin