A URL shortener in Go and Angular. https://pinshorter.herokuapp.com/JW3b7
Pinshorter only needs a Postgresql database to work.
Name | Description |
---|---|
DATABASE_URL | The connection querystring to authenticate to the postgresql database |
PINSHORTER_SECRET | The secret to signing JWT tokens |
PORT | Must be a number. The port where the apllication is listening |
The CLI has only one argument
Name | Description |
---|---|
dev | Start the server in dev mode, CORS allow all origin |