I am looking for creating something like mouthshut.com where users can rate products and services. Thanks.
Asked
Active
Viewed 1,013 times
-4
-
1Welcome to Stack Overflow. Please review the [FAQ](http://stackoverflow.com/faq#dontask) - This question is much to broad for stack overflow. – N West Nov 21 '12 at 19:52
1 Answers
2
You can create a review/rating website with any web framework available over there...
The important thing is what programming language do you like to build it.
For Example:
Python: Web2py, Django
Java/Scala: Play2,
PHP: YII
A good place to begin: http://en.wikipedia.org/wiki/Comparison_of_web_application_frameworks

chespinoza
- 2,638
- 1
- 23
- 46
-
-
I am a developer comfortable with multiple programming languages. Would like to know if there is a framework specifically for ratings website. Thanks. – user1843103 Nov 21 '12 at 20:13