Skip to content

app for anyone to register their status, initially during covid-19 lockdown / quarantine

Notifications You must be signed in to change notification settings

zamuzakki/howamidoing-backend

 
 

Repository files navigation

howamidoing

App for anyone to register their status, initially during covid-19 lockdown / quarantine

Quick Installation on local

  1. Clone the repo:
$ git clone https://github.com/kartoza/howamidoing-backend.git
  1. 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
  1. Open your browser and go to http://localhost:51202.

API Usage How-to

Please refer to this doc for endpoints, authentication, and initial KmGrid setup.

About

app for anyone to register their status, initially during covid-19 lockdown / quarantine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.1%
  • Makefile 3.1%
  • Dockerfile 1.1%
  • Other 0.7%