tonmoydeb404 / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/)

About

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.


Languages

Language:JavaScript 100.0%