Hackathon is a socialnetwork which implement all basic functions.
Download and extract the file. This programm is meant to be run on your PC. To implement on cloud, some parts will be modified.
First, cd into SocialNetwork-webapp
- Install Python 3.5.4(or above);
- Install Django;
- Refer to the Django documentation and setup the virtual enviroment;
- Change path to the folder,then:
workon <your virtual enviroment name>
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
- Register, login, logout;
- Edit your Bio and Picture;
- Post streams and view others stream;
- Comment on stream;
- Follow a user and view other users profiles.
Andrew Chong Kobe Zhang