Project done for my university's 7th semester project evaluation.
- A social media web application, curated for travellers and the travelling community to showcase and post about their various expeditions online among the community.
- Helps create and foster a nurturing, lovable and safe space for the users online with similar interests and goals towards travelling and exploring the world.
- Built using React.js, with Node and Express serving the backend and MongoDB as the backend database.
- Fetch the repo as zip.
- Open separate terminals for both
client/
andserver/
sub directories - Run command
npm i --legacy-peer-deps
in both the terminals to install the required repos - Run commands
npm start
for the client andnodemon index.js
for the server to run the application - The application will get successfully started at
localhost:3000
, with the server running atlocalhost:5000
respectively
- 🔐 Sign In / Sign Up
- ⚙ Google OAuth 2.0 Authorization
- 🔎 Search Posts by Name or Tags mentioned
- 🗂 Pagination feature
- 💬 Sharing mutiple Posts
- ❤ Like Post feature
- ✒ Comment section
- ✨ Recommendation section
- Overview
- Sign Up
- Post
- Recommendation Section