An engaging social media app where you can share stories, explore videos, and connect with people effortlessly. With features like interactive posts, suggestions, infinite scrolling, audio/video calls, real-time messages and much more designed for a seamless user-experience.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
-
Clone the repo
git clone https://github.com/sethshivam11/sociial.git
-
Install NPM packages
npm install
-
Enter your environment variables in
.env.localNEXT_PUBLIC_LINK=YOUR_LOCALHOST_URL BACKEND_URL=YOUR_BACKEND_URL NEXT_PUBLIC_SOCKET_URL=YOUR_BACKEND_URL NEXT_PUBLIC_FIREBASE_VAPID_KEY=YOUR_FIREBASE_VAPID_KEY NEXT_PUBLIC_FIREBASE_API_KEY=YOUR_FIREBASE_API_KEY NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=YOUR_FIREBASE_AUTH_DOMAIN NEXT_PUBLIC_FIREBASE_PROJECT_ID=YOUR_FIREBASE_PROJECT_ID NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=YOUR_FIREBASE_STORAGE_BUCKET NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=YOUR_FIREBASE_MESSAGING_SENDER_ID NEXT_PUBLIC_FIREBASE_APP_ID=YOUR_FIREBASE_APP_ID NEXT_PUBLIC_MAPS_API_KEY=YOUR_MAPS_API_KEY
-
Change git remote url to avoid accidental pushes to base project
git remote set-url origin github-username/repo-url git remote -v # confirm the changes
You can use the project by visiting https://sociial.vercel.app/home
For API Documentation visit https://documenter.getpostman.com/view/37731620/2sAY4rGR2L
For backend code visit https://github.com/sethshivam11/social-media-backend
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'feat: Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Shivam - @sethshivam11 - [email protected]
Project Link: https://github.com/sethshivam11/sociial
