Skip to content

tamuhack-org/helpR-backend

Repository files navigation

helpR

A spiritual successor to HELPq

Check out the frontend here

.env

You'll need to create a file called .env in the root directory of this repo. All it needs to have is your PostgreSQL database url like the following:

DATABASE_URL="postgres://_____:_____@_____:_____/_____"