Development Setup
Local Setup
Install Docker for your OS. Also install Fabric via
pip install fabricCreate .env file with the reference of
.env.exampleor receive .env file from your team member.Run
fab upGo to http://127.0.0.1:8080/ to see the React frontend running. The Django app is running under
Run
fab fakedatacreate mock data like account, partner agencies, etc.
Go to http://127.0.0.1:8080/login login with fake-user-72@unicef.org/Passw0rd! and can now go t
Fabric commands
For convenience some fabric commands are included, such as getting into Django app container
fab ssh:backendor running tests
fab testsFor the most up-to-date reference just check fabfile.py in the repository root.
Last updated