Skip to content

daniel-keogh/url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Shortener

A link shortener built using Deno, Oak, Vue.js & MongoDB.

Run

Server

The easiest way is to install Denon & run the following.

$ denon start

Client

Note that you'll first need to have the Vue CLI installed.

$ cd client/
$ npm install
$ npm run serve