Skip to content

Commit 236bcf3

Browse files
committed
Create README.md
0 parents  commit 236bcf3

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Running backend & frontend
2+
---------------
3+
4+
copy server/src/configs/sample_config.py -> server/src/configs/config.py
5+
replace the secret variables with the ones for your application
6+
7+
copy server/src/prestart/env/sandbox.sample.env -> server/src/prestart/env/development.env
8+
9+
docker-compose up -d
10+
11+
BB2 Sandbox User
12+
-----------
13+
To ensure data displays properly in the sample application please use a
14+
Blue Button 2 Sandbox user that has PDE EoBs. An example of a user with this
15+
data would be: BBUser29999 (PWD: PW29999!) or BBUser29998 (PWD: PW29998!)
16+
17+
Development
18+
-----------
19+
Read the DEVELOPER NOTES found in the code to understand the application
20+
and where you will need to make adjustments/changes as well as some
21+
suggestions for best practices.
22+

0 commit comments

Comments
 (0)