Create A REST API With JSON Server
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Install node.js on your computer
Install json-server with npm command
npm install
npm install -g json-server
start JSON server by executing the following command
json-server --watch db.json
- Node.js - The web framework used
- NPM - For managing package
- Json-server - Server used
- Faker - To generate data
This project is licensed under the MIT License - see the LICENSE file for details