pennlabs / common-funding-application

The Common Funding Application is an online application that allows student groups and organizations to request funding from various funding sources at the University of Pennsylvania.
https://penncfa.com/
MIT License
18 stars 2 forks source link

Common Funding Application

CircleCI Coverage Status

The Common Funding Application is an online application that allows student groups and organizations to request funding from various funding sources at the University of Pennsylvania.

Local Backend Setup

Front-End Setup

DB migrations

Environment Variables

In development, you do not need to add any environment variables. However, in production, there are a few that need to be set:

DEBUG=False
SENDGRID_USERNAME=pennlabs
SENDGRID_PASSWORD
SECRET_KEY
DATABASE_URL

Contributors