Regis011 / mock-locally-with-node-js

Starter repository to be able to work and mock your API data locally in less than 30 seconds. Node JS and json-server package inside application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mock-locally-with-node-js

Get a full fake REST API with json-server and zero coding in less than 30 seconds

Simple install of projects.

Update reponse.json data with your json object.

> git clone git@github.com:Regis011/mock-locally-with-node-js.git project-name
> cd project-name
> npm install
> npm run start

chack you reponse heare http://127.0.0.1:3008/api/response

more info is coming soon....

About

Starter repository to be able to work and mock your API data locally in less than 30 seconds. Node JS and json-server package inside application.

License:GNU General Public License v3.0


Languages

Language:HTML 63.8%Language:JavaScript 36.2%