Skip to content
This repository has been archived by the owner on Nov 10, 2019. It is now read-only.

Latest commit

 

History

History
11 lines (9 loc) · 279 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 279 Bytes

Hackathon Judging Portal

Built by CodeBase Mentored Team Spring of 2019.

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