A social networking web application created by team 'Lorem Ipsum' as a part of Inheritance 2021.
- Utkarsh Chheda - [email protected]
- Abhishek Gupta - [email protected]
- Mayuri Pawar- [email protected]
- Dhanashree Pawar - [email protected]
- Darsh Bavishi
- Jainam Dharod
- Bhavya Mehta
- Mahek Nakhua
VibeIn is a social media platform created with the goal of facilitating connectivity among individuals and fostering a sense of oneness. Share your pictures for the world to see. Share your opinions on a post by commenting on it. Save the post of another user you follow for future referencing. Explore other profiles. We release this platform as a resource to the broader community.
Github Repository Link: Link to the Repository
Drive Link: Drive Link here
Website Link: Website Link here
-
- HTML
- CSS
- Vanilla JS
-
- Express
- Node JS
-
- MongoDB
- Cloudinary
Write the following commands on the terminal.
- Clone the project
git clone https://github.com/utkchheda27/Lorem-Ipsum.git
- Go to the project directory
cd Lorem-Ipsum
- Install dependencies
npm install
To run this project, you will need to add the following environment variables to your .env file
DB_ACCESS_LINK
CLOUDINARY_NAME
CLOUDINARY_KEY
CLOUDINARY_SECRET
SESSION_SECRET
After cloning our repository and installing all packages followed by customizing your env variables, you are good to go.
Start the server by running the following command :
npm run devStart
Then go to your browser , open a new tab and and type in :
localhost:4000
Voilà !, You are good to go...
- CRUD operations on Posts, Profile and Comments.
- Follow and Unfollow Users.
- Save Posts.
- Like and Unlike Posts.
- Search for more people to connect.
- Chat with your Friends with Real Time Chat Feature.
- Including Multimedia Components like Video Calling, sending files.
- Signing up with Facebook and Gmail account.
- Enabling a Chat Room Feature for a conversation having more than one users.
- OTP verification for authentication of users.
- Adding a section where users could advertise their products.
- Enabling filters for user to add to their posts.
- Making UI more interactive.