Last updated
Install Docker for your OS. Also install Fabric via
pip install fabric
Create .env file with the reference of.env.exampleor receive .env file from your team member.
Runfab up
Go to http://127.0.0.1:8080/ to see the React frontend running. The Django app is running under
Run fab fakedata
create 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
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