All Projects → open-node → open-rest-es6-boilerplate

open-node / open-rest-es6-boilerplate

Licence: other
open-rest boilerplate project with es6

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to open-rest-es6-boilerplate

Restbed
Corvusoft's Restbed framework brings asynchronous RESTful functionality to C++14 applications.
Stars: ✭ 1,551 (+6362.5%)
Mutual labels:  http-server, restful-api, restful-webservices
behave-restful
BDD Framework to Test REST Services and APIs
Stars: ✭ 47 (+95.83%)
Mutual labels:  restful-api, restful-webservices
nanoFramework.WebServer
📦 Web server for nanoFramework packed with features: REST api using attributes, multithread requests, parameters in query URL, static files serving.
Stars: ✭ 15 (-37.5%)
Mutual labels:  restful-api, restful-webservices
HttpServerLite
TCP-based simple HTTP and HTTPS server, written in C#.
Stars: ✭ 44 (+83.33%)
Mutual labels:  http-server, restful-api
REST-Api-with-Slim-PHP
REST API with PHP Slim Framework 3 and MySQL
Stars: ✭ 69 (+187.5%)
Mutual labels:  restful-api, restful-webservices
RestSharpFramework
Framework for testing RESTful Services with RestSharp and C# HTTP Client
Stars: ✭ 18 (-25%)
Mutual labels:  restful-api, restful-webservices
wine
A lightweight and flexible framework to help build elegant web API
Stars: ✭ 39 (+62.5%)
Mutual labels:  http-server, restful-api
poco restful webservice
A RESTful API using Poco C++ Libraries.
Stars: ✭ 54 (+125%)
Mutual labels:  restful-api, restful-webservices
DeepfakeHTTP
DeepfakeHTTP is a web server that uses HTTP dumps as a source for responses.
Stars: ✭ 373 (+1454.17%)
Mutual labels:  http-server, restful-api
Libhttpserver
C++ library for creating an embedded Rest HTTP server (and more)
Stars: ✭ 464 (+1833.33%)
Mutual labels:  http-server, restful-api
Farwest
Framework for building RESTful HATEOAS-driven applications.
Stars: ✭ 18 (-25%)
Mutual labels:  http-server, restful-api
grapevine
Fast, unopinionated, embeddable, minimalist web framework for .NET
Stars: ✭ 72 (+200%)
Mutual labels:  restful-api, restful-webservices
cpp-rest-api
RESTFul Web service by C++, implemented basic REST endpoints and RESTVerbs (GET,POST,PUT,DELETE).
Stars: ✭ 13 (-45.83%)
Mutual labels:  http-server, restful-api
http4s-good-practices
Collection of what I consider good practices in Http4s (WIP)
Stars: ✭ 74 (+208.33%)
Mutual labels:  http-server, restful-api
Generator Http Fake Backend
Yeoman generator for building a fake backend by providing the content of JSON files or JavaScript objects through configurable routes.
Stars: ✭ 49 (+104.17%)
Mutual labels:  http-server, restful-api
Http Fake Backend
Build a fake backend by providing the content of JSON files or JavaScript objects through configurable routes.
Stars: ✭ 253 (+954.17%)
Mutual labels:  http-server, restful-api
ValaSimpleHTTPServer
Simple HTTP server made in vala
Stars: ✭ 49 (+104.17%)
Mutual labels:  http-server
mezon
Mezon is a simple php framework wich will help you to create business applications.
Stars: ✭ 35 (+45.83%)
Mutual labels:  restful-api
Crow
A Fast and Easy to use microframework for the web.
Stars: ✭ 1,718 (+7058.33%)
Mutual labels:  http-server
M-Volunteer-SpringBoot
美志愿APP服务端,客户端在https://github.com/learner1999/M-Volunteer
Stars: ✭ 52 (+116.67%)
Mutual labels:  restful-api

open-rest-es6-boilerplate

Open-rest es6 boilerplate

Build status codecov

Quick start

  git clone [email protected]:open-node/open-rest-es6-boilerplate.git yourApp
  cd yourApp
  npm run setup

Feature list

npm run *

  • eslint Exec eslint validate use airbnb rule
  • _test Only exec test, without coverage report & eslint
  • test Run test unit case && api test case then output coverage report
  • apidoc Make api docs, base on apidocs
  • start Start rest api with development mode
  • locale:read Collect language items
  • locale:write Make language packages
  • setup install config & db
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].