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

calhacks/judging-portal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Mentored Project Spring 2019

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.4%
  • CSS 21.2%
  • TSQL 2.7%
  • HTML 1.7%