Automated REST API testing framework using Supertest and Jest
Json-server can be used to create a full fake REST API with zero coding in less than 30 seconds. https://www.npmjs.com/package/json-server
$ yarn start
OR
$ json-server app/data.json
http://localhost:33333/posts http://localhost:33333/comments http://localhost:33333/albums http://localhost:33333/photos http://localhost:33333/users http://localhost:33333/todos
$ yarn test