A spiritual successor to HELPq
Check out the frontend here
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://_____:_____@_____:_____/_____"