This is a simple social media app that allows users to follow, like, comment, and tweet.
-
User Profiles:
- View and update user profiles.
- CRUD operations for user profiles.
-
Follow:
- Follow other users.
- See a list of followers and following.
-
Like:
- Like posts from other users.
-
Comment:
- Leave comments on posts.
-
Tweet:
- Share your thoughts through tweets.
- Frontend: HTML, CSS, jQuery
- Backend: (Specify your backend technologies)
pip install django
## Clone the repository
```bash
git clone repo url.git
cd pyshop
python3 manage.py migrate
python3 manage.py createsuperuser
python3 manage.py runserver