Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

Does anyone have any recommendations for (opensource?) database driven web applications? I am looking for ready-made off the shelf software, which can display a database of restaurant menus, which can be searched by users, and sorted by price, location etc.

Thanks.

share|improve this question
There are lots of web application frameworks that will do this for you. en.wikipedia.org/wiki/Comparison_of_Web_application_frameworks To help narrow it down - do you have a preferred programming language? Is this going to be on a public website, or is it just for internal use? – paulmorriss Jul 6 '11 at 12:14
I was hoping for a read-made off the shelf application that I could customise. I will update my question, thanks. – Steve Jul 6 '11 at 12:32
I might give this a try: softpedia.com/get/Internet/Servers/Database-Utils/… – Steve Jul 6 '11 at 12:51
This question is not on-topic for this site. Please read our FAQ, webmasters.stackexchange.com/faq, to learn more about this site and what questions are appropriate. We hope to see you back here soon with new questions! Also, take a look at blog.stackoverflow.com/2012/02/lets-play-the-guessing-game it is a great article on why the "looking-for-a" questions are not great for this site. Thanks! – RandomBen Mar 3 '12 at 17:59

closed as not constructive by RandomBen Mar 3 '12 at 17:59

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

2 Answers

This can be done with Expression Engine - Open Source but paid for. You should also be able to make it look good. They do some 'academic' free-licences to develop with.

share|improve this answer
1  
ExpressionEngine is not open source. v2.x was built as an application of Ellis Lab's open source framework CodeIgniter, but EE itself is entirely commercial. – Su' Jul 6 '11 at 17:14

I don't if there is something FOSS that exactly suits your needs, but I'd bet you could make what you need with Drupal without too much trouble.

share|improve this answer
I couldn't find any modules which allowed creation of searchable menus at the Drupal website. – Steve Jul 6 '11 at 12:45

Not the answer you're looking for? Browse other questions tagged or ask your own question.