Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 796 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 796 Bytes

Kafqa

Kafqa Backend dev Features

  • Download CSV (Get Real time report of the user db)
  • added frontend for each end point
  • Filter users based on any combination of filter parameters.

Also Attaching image for the Screenshot of the assignment.

How to clone and run the assignment on a local machine.

  • git clone https://github.com/gaurang444/Kafqa.git
  • cd kafqa
  • pip install -r requirements.txt
  • python manage.py makemigrations
  • python manage.py migrate
  • python manage.py createsuperuser
  • python manage.py runserver
  • Run http://127.0.0.1:8000/user/home/ to see the view of all users
  • You can now do CRUD Operations on user db
  • Apply Filter via Multiple Parameters and search.
  • Download Real Time CSV Support.