Skip to content

A simple URL shorting service with Deno, Mongo and Pogo

Notifications You must be signed in to change notification settings

peterdee/deno-url-shortner

Repository files navigation

deno-url-shortner

A simple URL shorting service with Deno, Mongo and Pogo.

Stack: Deno, MongoDB, Pogo.

See the project in action: https://vue-url-shortner.herokuapp.com

Frontend repository: https://github.com/peterdee/vue-url-shortner

DEV: http://localhost:1122

STAGE: https://deno-url-shortner.herokuapp.com

Deploy

git clone https://github.com/peterdee/deno-url-shortner
cd ./deno-url-shortner

Environment

The .env file is required!

See the .env.example for more information about the required environment variables.

Launch

For development, run the following:

bash start.sh

Heroku

The stage branch is deployed to Heroku automatically.

Check this for more details regarding the Heroku deployment.

Available APIs

See the APIS.md for more information.

Performance

See the PERFORMANCE.md for more information.