A virtual review and rating website using Node js, Express js, MongoDb and react js.
NOTE: Please read the RUN section before opening an issue.
The website resembles that you can add review and rating to products in your website.
To run this application, you have to set your own environmental variables. For security reasons, some variables have been hidden from view and used as environmental variables with the help of dotenv package. Below are the variables that you need to set in order to run the application:
- MONGODB_URL: This is the mongodg data base url (string).
After you've set these environmental variables in the .env file at the root of the project, and intsall node modules using npm install
Now you can run frontend npm start
in the terminal and the application should work.
Now you can run backent npm start
in the terminal and the application should work.
The application is built with:
- Node.js
- MongoDB
- Express
- React js
- tailwind
Users can do the following:
- User can add review and rating for the products
- Copyright 2022 © Muhammed Razi BK