Humanitarian Connector for the EssentialTech Centre's HUD program
Clone the repository with submodules:
git clone
cd esstech-humconnect
git submodule update --initSetup your environment by running:
make installIn one shell, run:
make run-db
make run-backendThe interactive API documentation will be available at http://localhost:8000/docs.
In another shell, run:
make run-frontendThe website will be available at http://localhost:9000.