-
Clone the repo
-
Do
npm installin bothfrontendandbackendfolder -
For starting the application go to
frontendfile -
Run this command in the
frontendfoldernpm run devto run the application locally -
For running the backend
-
Do
npm installinbackendfolder -
Run this command
npm run serverto start the backend
Backend api documentation : Docs
| Method | Route | Description |
|---|---|---|
GET |
user/get/ | Get all the users |
PATCH |
user/update/:userId | Update the with updated data |
GET |
/export-csv | Get CSV file with all the user's data |