Fake REST API Table of contents General info Technologies Setup General info This project is simple full fake REST API. The app was inspired by @typicode Technologies Project is created with: JSON Server: 0.17.0 Setup To run this project, 1. Install JSON Server globally using npm: npm install -g json-server 2. Start JSON Server $ cd fake-api $ fake-api> json-server db.json