# Install dependencies for server
cd .\server
npm install
npm start
# Install dependencies for client
cd .\client
npm install
npm start
# Server runs on http://localhost:3001 and client on http://localhost:3000http://localhost:3001/api/users?page=1&limit=10
# page,limit -> optional
http://localhost:3001/api/user?id=1&from=2021-04-19&to=2021-05-20
# id -> required
# from,to -> optional