Demo JSON server
Execute below commands to run project:
npm run render-data
npm run dev
Then open browser, enter some URLs to view result, for example:
http://localhost:3000/api/class
http://localhost:3000/api/students
http://localhost:3000/api/students?_page=2&_limit=3