hienlh / LuhihiCb

0 stars 0 forks source link

Complete document about Heroku #8

Closed hienlh closed 5 years ago

hienlh commented 5 years ago

Description To have document about Heroku

Acceptance Criteria

hienlh commented 5 years ago

1. Installation

2. Addons

1. Heroku Postgresql
To add a database Postgres in Heroku, we use this command:
heroku addons:create heroku-postgresql:<PLAN>
Example:
heroku addons:create heroku-postgresql:hobby-dev

Browser database tool: https://datazenit.com/heroku-data-explorer.html

Reference: https://devcenter.heroku.com/articles/heroku-postgresql