Jeket / mock-api-example

Example Mock API for rapid development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mock API Example

This is an example Mock API for rapid front-end development. I walk through how to build this from scratch in Building a JavaScript Development Environment on Pluralsight.

##Quick Start

npm install
npm run start-mockapi
Load http://localhost:3001/users

##Next Steps Generate PUT, POST, and DELETE requests against the mock API and note that changes are saved to db.json, so they're reflected on refresh like a real database exists! To see this in action, check out Building a JavaScript Development Environment on Pluralsight.

About

Example Mock API for rapid development


Languages

Language:JavaScript 100.0%