Gerschtli / snippie-api

A simple REST API for storing text snippets by a key

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snippie API

A simple REST API for storing text snippets by a key.

NPM

Updates npm dependencies with

$ npm run update

NixOps

For deployment in (dev, staging, prod) use nixops/manage.

For example:

$ nixops/manage dev create "<nixops/dev.nix>"
$ nixops/manage dev deploy

dev (mounted vboxsf)

You need to configure virtualbox manually!

staging (production deployment in vbox)

You need to configure virtualbox manually!

prod

You need to configure the ssh connection (hostname: app.snippie) manually!

About

A simple REST API for storing text snippets by a key

License:MIT License


Languages

Language:Nix 79.7%Language:JavaScript 13.6%Language:Shell 6.7%