zuri-training/Team-56_QR-GEN

QR Code- Text

Closed this issue · 0 comments

Inside the qr_code django app, create an API that accepts some texts from the user and returns a generated QR code. Dont bother about image format!
Only registered user can generate the qr code, which means you will have to intereract with users api I created(probably user id to do that).

Test the api with postman or any other you are good at