This is Full Stack application made using MERN Stack. The Idea was to build a platform where users can review a Tech Product. Do watch the Demo.
NOTE:- Filter by Tags functionality was added afterwards (as shown in 1st Screenshot)
- React.js
- Sass
- Material UI
- Redux
- MongoDB
- Express.js
- Node.js
- Mongoose
- JsonWebToken
- Sign-in/Sign-up Functionality
- CRUD operations
- UpVote
- Search
- Rich Text Editor, Tags and Rating for Review
- Filter by Tags
Follow the following steps to run the project locally -
-
Clone the repository
-
Run "npm install" inside the root folder and frontend folder
-
Create "config.env" file inside root folder and add the following
NODE_ENV= development MONGO_URI= your mongodb uri PORT= 8000 JWT_SECRET = your jwt key -
cd to frontend and run "npm start"
-
Start another terminal and cd to backend and run "npm run server"
If you have any feedback, please reach out to me at sahiljit.vercel.app


