Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.6 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.6 KB

GOLD STONE TECH ASSIGNMENT

For using this application locally follow the mentioned steps

  1. Clone the repo

  2. Do npm install in both frontend and backend folder

  3. For starting the application go to frontend file

  4. Run this command in the frontend folder npm run dev to run the application locally

  5. For running the backend

  6. Do npm install in backend folder

  7. Run this command npm run server to start the backend

Pages

🔹 Home Page

home

🔹 Update Modal

updateModal


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

POSTMAN Screenshots

🔹 Get user request

getUsers

🔹 Update specific user

updateUser

🔹 Get CSV file for the users

getCSV