Thanks to all contributors for your work!
Build a fake backend by providing the content of JSON files or JavaScript objects through configurable routes.
_-----_
| | .--------------------------.
|--(o)--| | Welcome to the |
`---------´ | phenomenal |
( _´U`_ ) | http-fake-backend |
/___A___\ | generator! |
| ~ | '--------------------------'
__'.___.'__
´ ` |° ´ Y `
Please check the README of »http-fake-backend« to get detailed information about what it’s all about.
This readme only contains the gist of it and mainly describes Yeoman specific things.
First, install Yeoman and generator-http-fake-backend
using npm (we assume you have pre-installed Node.js 6.0.0 or greater).
# via Yarn
yarn global add yo
yarn global add generator-http-fake-backend
# via npm
npm install -g yo
npm install -g generator-http-fake-backend
Then generate your fake backend server:
yo http-fake-backend
yo http-fake-backend:endpoint
Please see detailed info regarding how to adjust your endpoints over here: https://github.com/micromata/http-fake-backend
npm run start:dev
This way the server uses nodemon
to restart itself on changes.
This way you dont have to restart the server in case you changed an endpoint.
Yeoman has a heart of gold. He’s a person with feelings and opinions, but he’s very easy to work with. If you think he’s too opinionated, he can be easily convinced. Feel free to learn more about him.
- http-fake-backend – Static version of the hapi server that this generator creates.
MIT © Micromata
Please be aware of the licenses of the components we use in this project. Everything else that has been developed by the contributions to this project is under MIT License.