Movie tickets selling website
We envisage the development of this product is the next generation of film booking and film and television service website, with flexibility, convenience, support a variety of different business rules. With the past movie booking and film and television service website basic services at the same time, combined with the actual needs of users, increase the more realistic, more humane and convenient features, so that tickets and viewing experience to be improved.
create : TicketOffice
create : TicketOffice/package.json
create : TicketOffice/app.js
create : TicketOffice/.gitignore
create : TicketOffice/public
create : TicketOffice/routes
create : TicketOffice/routes/index.js
create : TicketOffice/routes/users.js
create : TicketOffice/views
create : TicketOffice/views/index.hbs
create : TicketOffice/views/layout.hbs
create : TicketOffice/views/error.hbs
create : TicketOffice/bin
create : TicketOffice/bin/www
create : TicketOffice/public/javascripts
create : TicketOffice/public/images
create : TicketOffice/public/stylesheets
create : TicketOffice/public/stylesheets/style.css
install dependencies:
$ cd TicketOffice && npm install
run the app:
$ DEBUG=ticketoffice:* npm start