-
Clone the repo
-
Do
npm install
in bothfrontend
andbackend
folder -
For starting the application go to
frontend
file -
Run this command in the
frontend
foldernpm run dev
to run the application locally -
For running the backend
-
Do
npm install
inbackend
folder -
Run this command
npm run server
to 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 |