socialmedia build with django and react.
to run the app
- clone the repo
git clone https://github.com/nisabzahid/thewall.git
- install the dependency
pip install -r requirements.txt
- go to location where manage.py file resides and on terminal
python manage.py runserver
- to run tests
python manage.py test
The social media app runs on localhost:8000 .
- Create an account with your basic information like username and password .
- Go to log in page and log in to your account with your credentials.
- After logging in you can add new posts with or without image to the wall which can be seen by other "THEWALL" social media users.
- You can update your profile with your other informations.
- You can send friend request and accept friend requests.
- You can add likes to the posts.
- You can add comment to the posts.
- You can update your posts, replies, comments and also unlike a post.
- See Your friend list.
- Log out.
Some future improvements will be done.
- Add other social media credential to create an account and log in.
- Create follower option.
- Send personal massage. And many more.
some screen shots of the project