Skip to content

Alfian5229/Simple-Json-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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