Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rishit-dagli/into-the-reviewverse
https://github.com/rishit-dagli/into-the-reviewverse
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rishit-dagli/into-the-reviewverse
- Owner: Rishit-dagli
- License: apache-2.0
- Created: 2023-07-15T03:07:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-16T04:58:32.000Z (over 1 year ago)
- Last Synced: 2024-10-08T20:41:36.361Z (about 1 month ago)
- Language: Python
- Size: 4.17 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Into the ReviewVerse
We often find it difficult to make informed decisions due to the overwhelming number of products and unreliable reviews available. This led us to envision a centralized platform that would provide comprehensive and unbiased information to help consumers like ourselves. Through research and understanding consumer preferences, we realized the importance of transparency, credibility, and user-generated content. We also drew inspiration from successful review websites and recognized the impact of social media on consumer opinions.
The goal was to make a review website which would help people make better decisions with the help of all the reviews given on that product. With a dedicated team, we set out to build a reliable and valuable resource for shoppers worldwide, fostering informed decision-making and meaningful interactions.
## Install
Run the following to install:
```sh
pip install -r requirements.txt
```## Usage
```sh
flask run
```## Want to Contribute 🙋♂️?
Awesome! If you want to contribute to this project, you're always welcome! See [Contributing Guidelines](CONTRIBUTING.md). You can also take a look at [open issues](https://github.com/Rishit-dagli/Into-the-ReviewVerse/issues) for getting more information about current or upcoming tasks.
## License
```
Copyright 2023 Rishit Dagli, Shivesh Prakash, Sai Manish Reddy, Bhavya BhattLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```