Web App: https://restaurantsearchreview-ubond.mongodbstitch.com
Back-end: https://github.com/UddhavSJadhav/Restaurant-Review-Mern-Backend
- Developed a website to search and review restaurants using MERN stack. Authenticated users using JWT and only authenticated users can add/edit/delete their review on a restaurant.
- Back-end: Built a REST API which stores/retrieve/authenticates, using Express JS and MongoDB. Hosted backend on Heroku.
- Tested CRUD API endpoints with Insomnia.
- Front-end: Created fully responsive front-end using ReactJS and Bootstrap as CSS library. Used Redux from state management. Used AXIOS to make HTTP requests to back-end API. Deployed front-end on Mongo Realm.
- Used: ReactJS, Redux Toolkit, Bootstrap, Node JS, Express JS, JWT, MongoDB.