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
- Node.js - The web framework used
- NPM - For managing package
- Json-server - Server used
- Faker - To generate data
License
This project is licensed under the MIT License - see the LICENSE file for details