Skip to content

kfrancois/eatr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

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!

About

WebApps assignment 2017-2018

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published