Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 936 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 936 Bytes

Name generator as a service

A little endpoint which returns strings such as nostalgic-torvalds for those throwaway (or maybe permanent) resources you need to name.

Strings derived from the Docker project.

Hosted version: http://ngaas.api.jacobclark.xyz (Heroku free-tier - may take a few moments to respond).

Just Node

$ git clone [email protected]:imjacobclark/ngaas.git && cd ngaas
$ npm install
$ npm test
$ npm start

Docker

$ git clone [email protected]:imjacobclark/ngaas.git && cd ngaas
$ docker build -t ngaas .
$ docker run -d -p 3000:3000 --name ngaas ngaas

Heroku

Deploy

AWS SAM

Ensure you have aws-cli installed and configured.

$ git clone [email protected]:imjacobclark/ngaas.git && cd ngaas
$ cd sam
$ ./deploy