Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.13 KB

README.md

File metadata and controls

42 lines (24 loc) · 1.13 KB

How to deploy

Eatr currently runs on the Heroku platform. Below are the steps required to deploy this app yourself

Prerequisites

Deploying

  1. Clone the 'deploy'-branch of this repository and go into the directory
  git clone -b deploy https://github.com/kfrancois/webapps.git && cd webapps
  1. Create a Heroku app
  heroku create
  1. Browse to your app and go to your app's settings

alt text

  1. Reveal Config Vars

alt text

  1. Enter your own backend secret and the connection string to your database. Do not share these with anyone, and make sure your backend secret is sufficiently secure. This secret doesn't have to be readable.

alt text

  1. Your website is now running!