https://github.com/juicycleff/backend-hackerbay
https://github.com/juicycleff/backend-hackerbay
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/juicycleff/backend-hackerbay
- Owner: juicycleff
- Created: 2018-04-16T21:43:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-17T06:06:56.000Z (over 7 years ago)
- Last Synced: 2025-02-05T15:25:03.758Z (8 months ago)
- Language: JavaScript
- Size: 5.56 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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