Self hosted url shortener written in nodejs.
Docker
and Docker Compose
are required to serve the influxdb. OS X developers could use dinghy.
to start the database:
make start
open http://influxdb.docker:8083 to visit the influxdb web console.
than start the node backend:
npm start
open http://localhost:3000 to see the server status.
make stop
or you can remove absolutely:
make kill