This website is useful for posting your travel pictures. The project is built in MERN stack using NOSQL database MongoDB. Includes RESTful API with Express and NodeJS. It has capabilities to like, comment, post, follow and unfollow people.
cd Travelogue
npm run dev
cd client
npm install
npm start
/users/signup (for signup)
/users/login (for Login)
/post ( to see all the post stored in the application)
/newpost ( to create a new post)
/post/like ( to like a post)
/post/unlike ( to unlike a post)
/post/comment ( to comment on post)
/me/post ( to see your own post)
/profile/:id ( to see your own profile)
/follow ( to follow other users)
/unfollow ( to unfollow users)