Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 370 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 370 Bytes

a URL Shortener app similar to bit.ly

this example runs in your local environment, you can try it by doing the following:

in your terminal:

clone the repo

cd url-shortener
npm install
npm run build
node server

then navigate to the url listed in your terminal

TODO:

  • provide database instructions
  • SQL queries in this code are vulnerable to injection