An open API service indexing awesome lists of open source software.

https://github.com/vultuk/porter-server

Porter intends to be a package enabling microservices and APIs to be created and put online with the very minimum of effort.
https://github.com/vultuk/porter-server

api expressjs micro-framework microservice node pg-promise pusher typescript

Last synced: 12 months ago
JSON representation

Porter intends to be a package enabling microservices and APIs to be created and put online with the very minimum of effort.

Awesome Lists containing this project

README

          

# Porter Server

> Porter intends to be a package enabling microservices and APIs to be created and
put online with the very minimum of effort.

> The package enables full, and easy, access to:
* A web server (Express)
* Easy routing setups (Basic and Resources)
* Database access (Postgres)
* Interaction with Pusher
* Simple Controller Classes
* Command line logging

> Planned future additions include
* Redis Queues

[![NPM Version][npm-image]][npm-url]
[![Build Status](https://travis-ci.org/vultuk/porter-server.svg?branch=master)](https://travis-ci.org/vultuk/porter-server)
[![codebeat badge](https://codebeat.co/badges/e451b76e-ce3d-40b0-9d9d-30d8b889a1c4)](https://codebeat.co/projects/github-com-vultuk-porter-server-master)

## Install

```bash
npm i -S porter-server
```

## Usage

Full documentation is on the way soon!

## License

[MIT](http://vjpr.mit-license.org)

[npm-image]: https://img.shields.io/npm/v/porter-server.svg
[npm-url]: https://npmjs.org/package/porter-server