Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 909 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 909 Bytes

Simple-Json-Server

Create A REST API With JSON Server

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Install node.js on your computer

Installing

Install json-server with npm command

npm install
npm install -g json-server

Running

start JSON server by executing the following command

json-server --watch db.json

Built With

License

This project is licensed under the MIT License - see the LICENSE file for details