Skip to content
This repository was archived by the owner on Jun 15, 2020. It is now read-only.

Latest commit

 

History

History
9 lines (8 loc) · 231 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 231 Bytes

Hackathon Judging Portal

Deploy instructions

heroku create <name-of-app>
heroku addons:create heroku-postgresql:hobby-dev -a <name-of-app>
cat db/heroku.sql | heroku pg:psql -a <name-of-app>
git push heroku master