TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How to develop a eCommerce website.

5 点作者 srkiranraj超过 13 年前
We are planning to develop a eCommerce/ticketing website where people can book their movie tickets through online. Please guide me with steps, best practices, programming languages, resources. In India, there is no good webservice that collates information of all theatres. Thanks for your help.

4 条评论

anujkk超过 13 年前
<p><pre><code> In India, there is no good webservice that collates information of all theatres. </code></pre> Bookmyshow ( <a href="http://in.bookmyshow.com/" rel="nofollow">http://in.bookmyshow.com/</a> ) is a very popular service for booking movie tickets online and it is very popular. Almost everyone in my friend circle knows about it. 536,191 users like it's facebook page. That can give you some idea. PVR Cinemas don't sell its tickets through 3rd party vendors. It sells through own website.<p>A quick google search also tells me about sites such as <a href="http://movies.paymate.co.in/" rel="nofollow">http://movies.paymate.co.in/</a> , <a href="http://www.ticketnew.com/" rel="nofollow">http://www.ticketnew.com/</a> , <a href="http://www.easymoviesindia.com/" rel="nofollow">http://www.easymoviesindia.com/</a> and <a href="http://www.kyazoonga.com/" rel="nofollow">http://www.kyazoonga.com/</a> who are selling movie tickets online in India.<p>It is always good to research properly before starting a new venture.<p><pre><code> How to develop such web application? </code></pre> 1. You would need to learn web development using either(Python/Django, Ruby/Rails or PHP) with one database(mysql). There are other options like asp.net and java but these three are most popular. Along with that you need to know HTML,CSS, JavaScript and jQuery.<p>2. You need to integrate it with an online payment processing service that let's you accept payments through credit cards, netbanking etc. Bookmyshow avails services of BillDesk (<a href="http://www.billdesk.com/" rel="nofollow">http://www.billdesk.com/</a>)<p>3. The hardest part, you need to integrate your web based booking system with booking system of each and every individual theaters(or provide them your own system for their on the spot booking) so that your web application gets real time information about available seats and present it to users for preferred seat selection.
craneintheair超过 13 年前
Your question is rather broad, and I know nothing of the theater system in India.<p>Depending on your budget, I would use Magento Commerece (<a href="http://www.magentocommerce.com/" rel="nofollow">http://www.magentocommerce.com/</a>). I have used in the past and they have a large variety of extensions, some community driven and some commercially driven. It is written in PHP and uses the MVC pattern.
clyfe超过 13 年前
Your question is too broad, so I'm going to give a broad answer.<p>I would use the Ruby language and Ruby on Rails framework and customize the Spree <a href="http://spreecommerce.com/" rel="nofollow">http://spreecommerce.com/</a> E-Commerce software.
chsonnu超过 13 年前
<a href="http://news.ycombinator.com/item?id=1886310" rel="nofollow">http://news.ycombinator.com/item?id=1886310</a>