@@ -7,27 +7,26 @@ for patients with bipolar disorder, helping them shorten their journey to stabil
77
88You can view the current build of the website here: [ https://balancertestsite.com ] ( https://balancertestsite.com/ )
99
10- ## Contributing
10+ ## Contributing
1111
1212### Join the Balancer community
1313
14- Balancer is a [ Code for Philly] ( https://www.codeforphilly.org/ ) project
14+ Balancer is a [ Code for Philly] ( https://www.codeforphilly.org/ ) project
1515
1616Join the [ Code for Philly Slack and introduce yourself] ( https://codeforphilly.org/projects/balancer ) in the #balancer channel
1717
1818The project kanban board is [ on GitHub here] ( https://github.com/orgs/CodeForPhilly/projects/2 )
1919
2020### Code for Philly Code of Conduct
2121
22- The Code for Philly Code of Conduct is [ here] ( https://codeforphilly.org/pages/code_of_conduct/ )
22+ The Code for Philly Code of Conduct is [ here] ( https://codeforphilly.org/pages/code_of_conduct/ )
2323
24- ### Setting up a development environment
24+ ### Setting up a development environment
2525
2626Get the code using git by either forking or cloning ` CodeForPhilly/balancer-main `
2727
2828Tools used to run Balancer:
29291 . ` OpenAI API ` : Ask for an API key and add it to ` config/env/env.dev `
30- 2 . ` Anthropic API ` : Ask for an API key and add it to ` config/env/env.dev `
3130
3231Tools used for development:
33321 . ` Docker ` : Install Docker Desktop
@@ -36,15 +35,15 @@ Tools used for development:
3635
3736### Running Balancer for development
3837
39- Start the Postgres, Django REST, and React services by starting Docker Desktop and running ` docker compose up --build `
38+ Start the Postgres, Django REST, and React services by starting Docker Desktop and running ` docker compose up --build `
4039
4140#### Postgres
42- - Download a sample of papers to upload from [ https://balancertestsite.com ] ( https://balancertestsite.com/ )
41+ - Download a sample of papers to upload from [ https://balancertestsite.com ] ( https://balancertestsite.com/ )
4342- The email and password of ` pgAdmin ` are specified in ` balancer-main/docker-compose.yml `
4443- The first time you use ` pgAdmin ` after building the Docker containers you will need to register the server.
4544 - The ` Host name/address ` is the Postgres server service name in the Docker Compose file
4645 - The ` Username ` and ` Password ` are the Postgres server environment variables in the Docker Compose file
47- - You can use the below code snippet to query the database from a Jupyter notebook:
46+ - You can use the below code snippet to query the database from a Jupyter notebook:
4847
4948```
5049from sqlalchemy import create_engine
@@ -100,6 +99,6 @@ The Balancer website is a Postgres, Django REST, and React project. The source c
10099
101100![ Architecture Drawing] ( Architecture.png )
102101
103- ## License
102+ ## License
104103
105104Balancer is licensed under the [ AGPL-3.0 license] ( https://choosealicense.com/licenses/agpl-3.0/ )
0 commit comments