Unified-Learner-Passbook / MockAadhar-MS

0 stars 0 forks source link

Migrate current Django API to NestJS API #1

Open Ansh-Sarkar opened 1 year ago

Ansh-Sarkar commented 1 year ago

Description

NestJS has better Async support as compared to Django and hence it would be able to provide better performance during bench-marking as compared to the current Django based Micro-service.

Steps

ChakshuGautam commented 1 year ago

Hey, @Ansh-Sarkar can you move your repo to this organization?

Also, can you look at this to see if we can get mock Aadhaar KYC logins? I found a doc here

Ansh-Sarkar commented 1 year ago

@ChakshuGautam have created a completely analogous implementation in NestJS. Nest support for async was much better than what was being provided by Django. Shall I create 2 separate folders under the ULP/MockAadhar-MS repo ? One containing the Django implementation and the other containing the NestJS implementation ?

Also checking out the mock Aadhar KYC logins. Thanks !