Personal Repo for Learning/Implementing Redux State Management with third party Authentication/Verification Like Google OAuth and also JWT(Token), Creating a CRUD MERN Stack Application. Where users can create accounts and add Anime shows List and Like other user's Anime List along with Searching Anime by name or tags.
Live Website :- https://animewatchlistpn21.netlify.app/
Backend Deployed in heroku and db in mongoDb Atlas.
- MERN ( MongoDb, Express, Reactjs, Nodejs ) Stack is used with Redux as StateManagement.
- SignIn/Signup Using Google Authentication and JWT token.
- CRUD features with User Creation and Liking posts are implemented along with Searching Posts by Name or tags
- Posts recommendation and Pagination are also implemented
$ git clone the above repo
$ cd to the directory and cd to client
$ npm install ( node.js must be installed )
$ Also Set up the ENV file requiring google authentication ID.
$ npm start