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

https://github.com/juicycleff/backend-hackerbay


https://github.com/juicycleff/backend-hackerbay

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Simple Mircoservice NodeJs Backend

THis project is a simple stateless microservice in Nodejs, with three major functionalities

# Features!

- Authentication
- JSON patching
- Image Thumbnail Generation

### Tech

Project uses a number of open source projects to work properly:

* [node.js] - evented I/O for the backend
* [Express] - fast node.js network app framework [@tjholowaychuk]

And of course Dillinger itself is open source with a [public repository][dill]
on GitHub.

### Installation

Project requires [Node.js](https://nodejs.org/) v4+ to run.

Install the dependencies and devDependencies and start the server.

```sh
$ cd [project dir]
$ npm install
$ npm start
```
### Todos

- Create docker image