All Projects → micromata → Generator Http Fake Backend

micromata / Generator Http Fake Backend

Licence: mit
Yeoman generator for building a fake backend by providing the content of JSON files or JavaScript objects through configurable routes.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Generator Http Fake Backend

Http Fake Backend
Build a fake backend by providing the content of JSON files or JavaScript objects through configurable routes.
Stars: ✭ 253 (+416.33%)
Mutual labels:  api, rest-api, rest, restful-api, restful, json, fake, data, mock, mocking, backend, http-server
Ngx Restangular
Restangular for Angular 2 and higher versions
Stars: ✭ 787 (+1506.12%)
Mutual labels:  api, rest-api, rest, restful-api, restful
Farwest
Framework for building RESTful HATEOAS-driven applications.
Stars: ✭ 18 (-63.27%)
Mutual labels:  rest-api, rest, restful-api, restful, http-server
Mockoon
Mockoon is the easiest and quickest way to run mock APIs locally. No remote deployment, no account required, open source.
Stars: ✭ 3,448 (+6936.73%)
Mutual labels:  api, rest-api, rest, mock, mocking
Graphql2rest
GraphQL to REST converter: automatically generate a RESTful API from your existing GraphQL API
Stars: ✭ 181 (+269.39%)
Mutual labels:  api, rest-api, rest, restful-api, restful
Node Typescript Mongodb
node js typescript mongodb express generator yo
Stars: ✭ 96 (+95.92%)
Mutual labels:  rest-api, rest, restful, yeoman, yeoman-generator
Api Strategy
Equinor API Strategy
Stars: ✭ 56 (+14.29%)
Mutual labels:  api, rest-api, rest, restful-api, restful
Node Express Mongoose Passport Jwt Rest Api Auth
Node, express, mongoose, passport and JWT REST API authentication example
Stars: ✭ 146 (+197.96%)
Mutual labels:  api, rest-api, rest, restful-api, restful
Apidoc
RESTful API 文档生成工具,支持 Go、Java、Swift、JavaScript、Rust、PHP、Python、Typescript、Kotlin 和 Ruby 等大部分语言。
Stars: ✭ 785 (+1502.04%)
Mutual labels:  api, rest-api, rest, restful-api, restful
Clevergo
👅 CleverGo is a lightweight, feature rich and high performance HTTP router for Go.
Stars: ✭ 246 (+402.04%)
Mutual labels:  api, rest-api, restful-api, restful
Generator Api
🚀 Yeoman generator for creating RESTful NodeJS APIs, using ES6, Mongoose and Express
Stars: ✭ 247 (+404.08%)
Mutual labels:  api, rest-api, yeoman, yeoman-generator
Mimesis
Mimesis is a high-performance fake data generator for Python, which provides data for a variety of purposes in a variety of languages.
Stars: ✭ 3,439 (+6918.37%)
Mutual labels:  json, fake, data, mock
Flask Restplus
Fully featured framework for fast, easy and documented API development with Flask
Stars: ✭ 2,585 (+5175.51%)
Mutual labels:  api, rest, restful, json
Proteus
Lean, mean, and incredibly fast JVM framework for web and microservice development.
Stars: ✭ 178 (+263.27%)
Mutual labels:  api, rest-api, rest, restful-api
Httpie
As easy as /aitch-tee-tee-pie/ 🥧 Modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more. https://twitter.com/httpie
Stars: ✭ 53,052 (+108169.39%)
Mutual labels:  api, rest-api, rest, json
Networking
⚡️ Elegantly connect to a REST JSON Api. URLSession + Combine + Decodable + Generics = <3
Stars: ✭ 499 (+918.37%)
Mutual labels:  api, rest-api, rest, json
Kanary
A minimalist web framework for building REST APIs in Kotlin/Java.
Stars: ✭ 319 (+551.02%)
Mutual labels:  api, rest-api, rest, backend
Rest Api Design Guide
NBB's REST-ish API Design Guide
Stars: ✭ 643 (+1212.24%)
Mutual labels:  rest-api, rest, restful-api, restful
Spyke
Interact with REST services in an ActiveRecord-like manner
Stars: ✭ 591 (+1106.12%)
Mutual labels:  api, rest-api, rest, json
Koa2 Api Scaffold
一个基于Koa2的轻量级RESTful API Server脚手架。
Stars: ✭ 694 (+1316.33%)
Mutual labels:  api, rest-api, restful-api, restful

npm version Build Status Coverage Status Dependency Status devDependency Status Unicorn

Yeoman generator for http-fake-backend

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.

Installation

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

Generating endpoints

yo http-fake-backend:endpoint

Demo

Please see detailed info regarding how to adjust your endpoints over here: https://github.com/micromata/http-fake-backend

Start the server

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.

Getting To Know Yeoman

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.

Related

  • http-fake-backend – Static version of the hapi server that this generator creates.

License

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].