This is a social media website project. User can register themselves, then after they can post their images, write captions on them. Users can also view other users posts, they can follow unfollow them.
Note: Users can view other people posts when they follow them otherwise they can't view other people posts.
git clone https://github.com/HarshSingh-01/Social-Book
cd Social-Book
pip install -r requirements.txt
pip3 install -r requirements.txt
OR
py -m pip install Django Pillow
python -m pip install Django Pillow
python manage.py runserver
python manage.py runserver
OR
python3 manage.py runserver
Press Ctrl + C to stop the server
This is the a social media website project and open source to everyone.