/jsonserve

Primary LanguageJavaScript

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

git clone https://github.com/robinhuy/fake-rest-api-nodejs.git

Install dependencies

cd fake-rest-api-nodejs
npm install

Run server

npm start

Modified your data

All your data was placed in database.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