Shuvter is a dynamic social media platform built using Django and JavaScript, designed to connect people through seamless interaction. The app offers essential social media features, including:
Liking: Engage with posts you find interesting. Following: Stay updated with content from your favorite users. User-friendly Interface: A smooth and interactive design for an engaging user experience. This project aims to demonstrate the power of Django for backend development combined with JavaScript for dynamic frontend functionality, providing a foundation for building scalable social media applications.
- Backend:Django
- Fronted:HTML,CSS,JavaScript
- Database:Sqlite3
- Others:Bootstrap
Install my-project from below listed process. Go to your terminal and use the below mentioned codes
git clone https://github.com/shuvaaashish/Shuvter.git
pip install django
cd Shuvter
Python manage.py runserver
Then Visit http://127.0.0.1:8000/
Running the above codes might do the job coviniently. If you want fresh database then use
rm db.sqlite3
python manage.py migrate
- Real-Time Updates: Interact with posts—likes update instantly without requiring a page refresh.
- User-Friendly Interface: Enjoy a clean and intuitive UI/UX for effortless navigation.
- Create New Posts: Share your thoughts and media with others by easily creating posts.
- Like Posts: Engage with content by liking posts; - likes update dynamically in real-time.
- User Profiles: Visit other users’ profiles to explore their posts and interact with them.
- Follow/Unfollow: Build your network by following or unfollowing users with a single click.
- Following Feed: View posts exclusively from the users you follow through a dedicated feed.
- Edit Posts: Effortlessly edit your posts in real-time for a smooth and hassle-free experience.