A Social Media App built with React + Redux
Live link: https://farmbook.netlify.app/
Backend source code (Express & Mongoose):https://github.com/SurajGupta07/FarmBook-Backend
- Frontend
- React
- React Router
- Redux-toolkit
- Tailwind
- Backend
- Express
- Mongoose
- MongoDB
- Cloudinary for storing pictures
- JWT Authentication
- Create Post
- Follow/Unfollow other users
- Image upload
- Like/Unlike Post
- Infinite Scroll for feed
- Update User profile
- User Notificaitons
- Search Users
- Clone the repo:
$ git clone https://github.com/SurajGupta07/Farm-Book.git
- Switch to
development
branch:
$ cd Farm-Book
$ git checkout development
- Install required node modules:
$ npm install
- Start the dev server:
$ npm start
Open the localhost
link in the browser.
Happy hacking!