A simple URL shorting service with Deno, Mongo and Pogo.
See the project in action: https://vue-url-shortner.herokuapp.com
Frontend repository: https://github.com/peterdee/vue-url-shortner
STAGE: https://deno-url-shortner.herokuapp.com
git clone https://github.com/peterdee/deno-url-shortner
cd ./deno-url-shortner
The .env
file is required!
See the .env.example
for more information about the required environment variables.
For development, run the following:
bash start.sh
The stage
branch is deployed to Heroku automatically.
Check this for more details regarding the Heroku deployment.
See the APIS.md for more information.
See the PERFORMANCE.md for more information.