Balancer is a website of digital tools designed to help prescribers choose the most suitable medications for patients with bipolar disorder, helping them shorten their journey to stability and well-being
You can view the current build of the website here: https://balancertestsite.com
Balancer is a Code for Philly project
Join the Code for Philly Slack and introduce yourself in the #balancer channel
The project kanban board is on GitHub here
Get the code using git by either forking or cloning CodeForPhilly/balancer-main
Tools used for for Balancer development:
Docker and docker-compose
OpenAI API
: Ask for the API key and add it toconfig/env/env.dev
pgAdmin
: The email and password are specified inbalancer-main/docker-compose.yml
Postman
: Ask to get invited to the Balancer Postman teambalancer_dev
Start Docker Desktop and run docker compose up --build
The email and password are set in server/api/management/commands/createsu.py
The Balancer website is a Django, React, and Postgres project
Important files and directories in balancer-main/
:
docker-compose.yml
: Used to run docker composeserver
: Django backendfrontend
: React frontend
Balancer is licensed under the AGPL-3.0 license