Lazy Short URLs
Recently when a friend was interviewing for a job, one of the code challenges was to create a url shortener. I decided to give it a try.
Repo: gregdaynes/shortr
# Run application web server on port 3000
$ npm start
Full Stack Software Design, Development & ManagementFull Stack Software Design, Development & Management
Recently when a friend was interviewing for a job, one of the code challenges was to create a url shortener. I decided to give it a try.
Repo: gregdaynes/shortr
# Run application web server on port 3000
$ npm start