- Run " npm install " to install all the dependencies
- Run " npm run dev " to start the server
By default the server run on Port 3000 at localhost :- localhost:3000
There are two endpoints:
- GET localhost:3000/users will retrieve the data back from the backend
- POST localhost:3000/users will save the data to the backend