TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How to develop a eCommerce website.

5 pointsby srkiranrajover 13 years ago
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 comments

anujkkover 13 years ago
<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.
craneintheairover 13 years ago
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.
clyfeover 13 years ago
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.
chsonnuover 13 years ago
<a href="http://news.ycombinator.com/item?id=1886310" rel="nofollow">http://news.ycombinator.com/item?id=1886310</a>