DEVfancybear / fake-api-with-json-server

https://my-json-server.typicode.com/DEVfancybear/fake-api-with-json-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fake REST API NodeJS

Get a full fake REST API with zero coding in less than 30 seconds using NodeJS & JSON Server

Getting started

Clone this repository

https://github.com/DEVfancybear/fake-api-with-json-server.git

Install dependencies

cd fake-api-with-json-server
npm install

Run server

npm start

Modified your data

All your data was placed in db.json.

You can using https://mockaroo.com/ to mock data, and publish your code to https://heroku.com/ to get a Public API.

Access & modified API

Please view detailed document in https://github.com/typicode/json-server/blob/master/README.md#table-of-contents

About

https://my-json-server.typicode.com/DEVfancybear/fake-api-with-json-server


Languages

Language:JavaScript 100.0%