项目作者: shahrukh13694

项目描述 :
Prototype movies listing & ticket booking application created using NodeJS, Cloudant
高级语言: JavaScript
项目地址: git://github.com/shahrukh13694/BookItAll.git
创建时间: 2020-09-21T08:19:06Z
项目社区:https://github.com/shahrukh13694/BookItAll

开源协议:Apache License 2.0

下载


Prototype movie booking application created using NodeJS and Cloudant.

Learnings:

  1. NodeJS
  2. Connecting backend application to IBM Cloudant
  3. Hosting application on IBM Cloud
  4. Fetching movie details from TMDb
  5. Generating QR codes and sending email notifications

Run the app locally

  1. Install Node.js
  2. cd into this project’s root directory
  3. Run npm install to install the app’s dependencies
  4. Run npm start to start the app
  5. Access the running app in a browser at http://localhost:6001