App for anyone to register their status, initially during covid-19 lockdown / quarantine
- Clone the repo:
$ git clone https://github.com/kartoza/howamidoing-backend.git
- Run this app locally:
$ cd howamidoing-backend/deployment
$ make build # build container from the image
$ make web # run container
$ make migrate # migrate database
$ make superuser # create superuser
- Open your browser and go to http://localhost:51202.
Please refer to this doc for endpoints, authentication, and initial KmGrid setup.