Social Book

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.

How to use

1. Clone Repository

git clone https://github.com/HarshSingh-01/Social-Book
cd Social-Book

2. Installing dependencies

Windows

pip install -r requirements.txt

MacOS/Linux

pip3 install -r requirements.txt

OR

Windows

py -m pip install Django Pillow

MacOS/Linux

python -m pip install Django Pillow

3. Start the server

Windows

python manage.py runserver

MacOS/Linux

python manage.py runserver

OR

python3 manage.py runserver

4. Stop the server

Press Ctrl + C to stop the server

Conclusion

This is the a social media website project and open source to everyone.