0% found this document useful (0 votes)
0 views5 pages

- WILLIAM林纯志 Heroku Project Report

This document describes a simple Node.JS chat application deployed on Heroku, replacing a previously considered Google Cloud DataProc due to cost. It outlines the project requirements, including Heroku, Visual Studio Code, Node.JS, and Git. The process for setting up the application on Heroku is also detailed, including signing up, installing the Heroku CLI, and pushing the project files to the server.

Uploaded by

William
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
0 views5 pages

- WILLIAM林纯志 Heroku Project Report

This document describes a simple Node.JS chat application deployed on Heroku, replacing a previously considered Google Cloud DataProc due to cost. It outlines the project requirements, including Heroku, Visual Studio Code, Node.JS, and Git. The process for setting up the application on Heroku is also detailed, including signing up, installing the Heroku CLI, and pushing the project files to the server.

Uploaded by

William
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Introduction

This is a simple Node.JS chat application deployed on Heroku.

I have mentioned previously about Google Cloud DataProc, but I found out that Google Cloud is not
available for free, and thus I have decided to use Heroku instead.

The code for the chat client is taken from Github, the source is: https://github.com/jonnyk20/chat-
app

Project requirements
The software used for this project are:

- Heroku
- Visual Studio Code
o To program the chat client
- Node.JS
o A framework for server-side programming
- Git
o To push our project to the server
Process
1. Signing up to Heroku and “Create New App”

2. Install Heroku CLI

3. Then we open command prompt


i. Init git and login Heroku from cmd
ii. Add the project files to git to be pushed

iii. Commit and push


iv. Opening the app from heroku

You might also like