项目作者: shahrukh13694
项目描述 :
Prototype movies listing & ticket booking application created using NodeJS, Cloudant
高级语言: JavaScript
项目地址: git://github.com/shahrukh13694/BookItAll.git
Prototype movie booking application created using NodeJS and Cloudant.
Learnings:
- NodeJS
- Connecting backend application to IBM Cloudant
- Hosting application on IBM Cloud
- Fetching movie details from TMDb
- Generating QR codes and sending email notifications
Run the app locally
- Install Node.js
- cd into this project’s root directory
- Run
npm install
to install the app’s dependencies - Run
npm start
to start the app - Access the running app in a browser at http://localhost:6001