Hosted project: https://story-shorts.netlify.app
- CRUD operations on posts
- Search for a particular post using tags/post name
- JWT / Google auth
- Check recommended posts
- Comment/Like on a post
- MongoDB
- Express
- React
- MongoDB
- Redux
Homepage: Details/Comments Page: Recommendation Section: Auth Page:
Note that before using the command 'npm install' remove the 'package-lock.json' file. For starting development server, .env file is required with PORT(which port to run the dev server on), CONNECTION_URL(Mongo DB atlas URI) and a SECRET(any random string for hashing passwords).
git clone https://github.com/yasharma2301/StoryShorts.git
npm install
npm start
Open http://localhost:3000 to view it in the browser.