Patrick

writing, drawing, surfing, painting

  • About
Menu

All posts in Deployment

Heroku: Node, Express, PostgreSQL Setup

Posted on August 3, 2018October 31, 2020Author theptrkPosted in Deployment, heroku2 Replies

Step 0: Have an app Create an empty app if you dont have one Create a folder, cd into it and initialize your git repo. $ mkdir <app_name>; cd <app_name>; git init Step 1: Install Heroku Install the heroku cli with homebrew $ brew install heroku/brew/heroku Check your heroku installation and login if necessary:  $ heroku…

Read More

©2021 Patrick | Theme by SuperbThemes.Com