/fake-server

fake json server, created with json-server and fakerjs. you can generate fake data with faker js and get the taste of REST API using json server.

Primary LanguageJavaScript

Fake Server

this is a fake json server, created with json-server and fakerjs. you can generate fake data with faker js and get the taste of REST API using json server.

to use this package clone it first. then run this command

npm install

to generate fake data run this command

npm run generate

to start the server run this command

npm run server

this will open start a json server at 3500 port (http://localhost:3500/)